Skip to content

Commit

Permalink
.gitconfig: Add d alias
Browse files Browse the repository at this point in the history
  • Loading branch information
parejadan authored and Daniel Pareja committed Feb 19, 2012
1 parent 3cdcc73 commit 1fcf3ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
l = log --pretty=oneline -n 20 --graph
# View the current working tree status using the short format
s = status -s
# Diff
d = diff --patch-with-stat
# Pull in remote changes for the current repository and all its submodules
p = !"git pull; git submodule foreach git pull origin master"
# Clone a repository including all submodules
Expand Down

0 comments on commit 1fcf3ac

Please sign in to comment.