Skip to content

Commit

Permalink
Free gh git alias and replace with ghome
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthvt committed Feb 20, 2020
1 parent 8007e78 commit 03905fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases/available/git.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ alias gstb="git stash branch"
alias gstd="git stash drop"
alias gstl="git stash list"
alias gstp="git stash pop"
alias gh='cd "$(git rev-parse --show-toplevel)"'
alias ghome='cd "$(git rev-parse --show-toplevel)"'
# Show untracked files
alias gu='git ls-files . --exclude-standard --others'

Expand Down

0 comments on commit 03905fd

Please sign in to comment.