Browse Source

add more git aliases

pull/1/head
Brett Langdon 11 years ago
parent
commit
3a71fab608
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      gitconfig

+ 5
- 0
gitconfig View File

@ -10,7 +10,12 @@
st = status
d = diff --color --minimal
dc = diff --color --minimal --cached
g = grep -p
dm = diff origin/master
sm = sqwish origin/master
[diff]
algorithm = patience
[push]
default = simple
[grep]
lineNumber = true

Loading…
Cancel
Save