Browse Source

update gitconfig

pull/1/head
Brett Langdon 10 years ago
parent
commit
c60bdb258b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      gitconfig

+ 2
- 0
gitconfig View File

@ -13,6 +13,8 @@
g = grep -p
dm = diff origin/master
sm = sqwish origin/master
sba = "!f() { git subtree add --prefix $2 $1 $3 --squash; }; f"
sbu = "!f() { git subtree pull --prefix $2 $1 $3 --squash; }; f"
[diff]
algorithm = patience
[push]


Loading…
Cancel
Save