Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git current branch

##Current branch
echo $(git branch --show-current 2> /dev/null)
Source by stackabuse.com #
 
PREVIOUS NEXT
Tagged: #git #current #branch
ADD COMMENT
Topic
Name
4+2 =