I use this awesome library called Gift to fulfill all my standard git functions (pulling, reading, etc.). However, I cannot get deleted branches. I believe that the team git branch -rwill show me the branches, but the format, of course, cannot be read by the machine:
origin/HEAD -> origin/master
origin/dev
origin/gh-pages
origin/master
I am wondering how I can view all the remote branches that are in the repository.
Thank!
source
share