Home
/ How To
List only remote branches
git branch -r
To see both local and remote branches, use "-a".
Related How Tos:
Create a branch and checkout (switch) to it
Delete local or remote branch
Delete local branch
Delete remote branch
List both local and remote branches
Switch to a different (existing) branch using "git checkout"
Create a new branch
List the available local branches
List the available branches with details about the upstream branch and last commit message
Search Git Commands
|
More How Tos