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