zsh/.aliases/command-specific/git

5 lines
188 B
Plaintext
Raw Normal View History

2015-07-07 11:18:40 -04:00
## git
alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"'
2019-07-30 11:27:55 -04:00
alias diff='git diff --no-index'
alias gcdr='cd "$(git rev-parse --show-toplevel)"' # cd to top level