This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
dotfiles
mirror of
https://github.com/brettlangdon/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
update gitconfig
pull/1/head
Brett Langdon
10 years ago
parent
7d1c472d84
commit
c60bdb258b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]
Write
Preview
Loading…
Cancel
Save