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.
1 parent 9d7738d commit e289549Copy full SHA for e289549
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