Use git diff as 'diff' if available

This commit is contained in:
Adam Goldsmith 2018-01-10 12:43:59 -05:00
parent bfdd3156b6
commit c8447b441b
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
## git
alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"'
alias diff='git diff --no-index'