Created
February 6, 2023 01:58
-
-
Save joshjm/f28a22b8e7e704b084f97088e1438acf to your computer and use it in GitHub Desktop.
This file contains 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
a helpful command to see what your last 10 branch names are that you have checked out | |
git config --global alias.recent 'for-each-ref --count=10 --sort=-committerdate refs/heads/ --format="%(refname:short)"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment