Last active
January 8, 2022 17:04
-
-
Save bezhermoso/479ba560968b61e31cb588fc07033f58 to your computer and use it in GitHub Desktop.
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
# Mnemonic: `gr` == `git root` | |
# IMPORTANT: Use single-quotes. Otherwise, the sub-command will expand *now* at definition! | |
alias gr='cd $(git rev-parse --show-toplevel)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment