From a3b419fc05d865d51b318a6bb574a220e692285b 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