Merge pull request #1113 from wendorf/git-home-alias

Add git `gh` alias to go "home" (top-level dir)
pull/1117/head
Nils Winkler 2017-12-15 08:16:04 +01:00 committed by GitHub
commit b88cda15da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ alias ggui="git gui"
alias gcsam="git commit -S -am"
alias gstd="git stash drop"
alias gstl="git stash list"
alias gh='cd "$(git rev-parse --show-toplevel)"'
case $OSTYPE in
darwin*)