adding a submodule update --init --recursive alias

This commit is contained in:
James Walker 2011-02-27 16:55:42 -05:00
parent edd9730372
commit 2380ed26db

View File

@ -9,3 +9,4 @@
[alias] [alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status -s st = status -s
smu = submodule update --init --recursive