Getting the Current Git Branch: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * <syntaxhighlight lang='bash'> git symbolic-ref --short HEAD </syntaxhighlight>")
 
Line 1: Line 1:
=Internal=
=Internal=
*  
* [[Git_branch#Getting_the_Current_Branch|git branch]]





Revision as of 06:49, 24 July 2020

Internal


git symbolic-ref --short HEAD