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
add more git aliases
pull/1/head
Brett Langdon
11 years ago
parent
531e70f3c7
commit
3a71fab608
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save