Skip to content

Commit

Permalink
I liked the idea behind "git superpull" by @pivotal (see github.com/p…
Browse files Browse the repository at this point in the history
…ivotal/git_scripts/tree/master/bin/git-superpull for reference), but I wanted to type less and try the same with just an alias definition.
  • Loading branch information
al-the-x committed Mar 19, 2012
1 parent 6b7e4f6 commit af5f17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Expand Up @@ -17,5 +17,6 @@
squash = rebase -i --autosquash
sq = !git squash
la = !LESS=$LESS'S' git log --oneline --graph --decorate
pulls = !git pull $@ && git submodule update --init
[merge]
ff = only

0 comments on commit af5f17c

Please sign in to comment.