From c8447b441ba85c20e5dafc44a0e75b12fc851c4a Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 10 Jan 2018 12:43:59 -0500 Subject: [PATCH] Use git diff as 'diff' if available --- .aliases/command-specific/git | 1 + 1 file changed, 1 insertion(+) diff --git a/.aliases/command-specific/git b/.aliases/command-specific/git index 6524dd8..1c5e68e 100644 --- a/.aliases/command-specific/git +++ b/.aliases/command-specific/git @@ -1,2 +1,3 @@ ## git alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"' +alias diff='git diff --no-index' \ No newline at end of file