Git - How to get the branch remote list
Who knows the basic features of git know that branches can be of two types: local and remote.
Use the following command for the list of local branches:
Instead use the option '-r' for remote branches:
Finally the option '-a' for full list (local and remote branches):
No comments:
Post a Comment