Skip to content

Commit

Permalink
Add alias for whitespace-insensitive git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitley committed Oct 31, 2013
1 parent 640f3cd commit a977665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Expand Up @@ -4,6 +4,7 @@
[alias] [alias]
cat = "!cat .git/config" cat = "!cat .git/config"
co = checkout co = checkout
d = diff --ignore-space-at-eol -b -w --ignore-blank-lines
edit = "!${GIT_EDITOR-$EDITOR} .git/config" edit = "!${GIT_EDITOR-$EDITOR} .git/config"
fp = first-push fp = first-push
h = !git head h = !git head
Expand Down

0 comments on commit a977665

Please sign in to comment.