Last active
July 17, 2024 00:43
-
-
Save guyhughes/67e326d9fd748f33b74c376f1f4dd513 to your computer and use it in GitHub Desktop.
list git branches porcelain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch --list -q | sed 's/[\*\ ]*//g' |
git only: git branch --format='%(refname:short)'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to handle worktrees as well