Answers for "how show all branches in gi"

1

git all branches

#List All Branches
$ git branch -a
* master
  remotes/origin/test
  remotes/origin/dev
  remotes/origin/master
Posted by: Guest on April-07-2022
39

how to see all branches in git

git branch -a
Posted by: Guest on May-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language