Answers for "fgit list branches"

15

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
7

get list of all branches github

git branch -r
Posted by: Guest on February-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language