Git - List branches on machine
Display branches of current git repository.
Display branches of current git repository.
Lists local branches
git branch
last update:
List all branches (local and remote) in current repository.
git branch -a
last update:
List remote branches only
git branch -r
last update: