Git symbolic-ref: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Git Concepts - conventional_symrefs") |
|||
Line 2: | Line 2: | ||
* [[Git_Concepts#Conventional_symrefs|Git Concepts - conventional_symrefs]] | * [[Git_Concepts#Conventional_symrefs|Git Concepts - conventional_symrefs]] | ||
=Currently Checked Out Branch= | |||
<syntaxhighlight lang='bash'> | |||
git symbolic-ref --short HEAD | |||
</syntaxhighlight> |
Revision as of 07:01, 24 July 2020
Internal
Currently Checked Out Branch
git symbolic-ref --short HEAD