Answers for "git local branches list"

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 "git local branches list"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language