zsh/.aliases/command-specific/git

3 lines
118 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`"'
2018-01-10 12:43:59 -05:00
alias diff='git diff --no-index'