Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

check git current branch

//all branch and current branch 
git branch
//current branch
git branch --show-current
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #git #current #branch
ADD COMMENT
Topic
Name
6+4 =