Created
November 22, 2019 12:51
-
-
Save thaoms/76e4b902f79c2fc0971db3e27af4c907 to your computer and use it in GitHub Desktop.
Git Recent Branches alias
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 config --global alias.grb 'for-each-ref --count=10 --sort=-committerdate refs/heads/ --format="%(refname:short)"' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lets you use
git grbto see your 10 latest branches