Skip to content

Commit

Permalink
add alias for updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
zhimsel committed Mar 3, 2015
1 parent 8eab452 commit dd6ee63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
co = checkout
br = branch
undo-last-commit = reset --soft HEAD~1
update-submodules = submodule foreach 'git checkout master && echo "" && git pull'

0 comments on commit dd6ee63

Please sign in to comment.