We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d7738d + e289549 commit 6093ecbCopy full SHA for 6093ecb
aliases/available/git.aliases.bash
@@ -84,7 +84,7 @@ alias glsum='git diff --name-only --diff-filter=U' # Show unmerged (conflicted)
84
alias ggui='git gui'
85
86
# home
87
-alias ghm='cd '\''$(git rev-parse --show-toplevel)'\''' # Git home
+alias ghm='cd "$(git rev-parse --show-toplevel)"' # Git home
88
# appendage to ghm
89
if ! _command_exists gh; then
90
alias gh='ghm'
0 commit comments