Skip to content

Commit

Permalink
removing alias that doesn't work with the version of git on the scc c…
Browse files Browse the repository at this point in the history
…luster

It doesn't make a very big difference, I don't think you will miss it. I actually think it's redundant to the git diff config in this file.
  • Loading branch information
hurtstotouchfire committed Jan 19, 2014
1 parent 73406b6 commit 0ebe16e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
co = checkout
nb = checkout -b
fpush = push origin -u HEAD
df = diff --word-diff=color
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr - %cn)%Creset' --abbrev-commit --date=relative
sub = submodule update
unstage = reset HEAD
Expand Down

0 comments on commit 0ebe16e

Please sign in to comment.