Skip to content

Instantly share code, notes, and snippets.

@marcusshepp
Created June 6, 2016 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcusshepp/b31487f6e40a001553749e9ab8d78e8b to your computer and use it in GitHub Desktop.
Save marcusshepp/b31487f6e40a001553749e9ab8d78e8b to your computer and use it in GitHub Desktop.
List remote branches
## list all local and remote branches
git branch -a
## list only remote branches
git branch -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment