Answers for "branch list in git"

22

branch list in git

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

git branch list

git branch -a 	#all local and remote branches are listed
git branch -r 	#remote branches are listed
git branch 		#only local branches are listed
Posted by: Guest on November-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language