Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 114 Bytes

find-default-git-branch-name.md

File metadata and controls

5 lines (5 loc) · 114 Bytes

Find default git branch name

git remote show origin | awk '/HEAD/ {print $3}'