added submodule update --init alias.

This commit is contained in:
2013-03-20 10:35:37 -07:00
parent 7af899826a
commit e882631b4c
2 changed files with 1 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
reb = "!r() { git rebase -i HEAD~$1; }; r"
# Undo a `git push`
undopush = push -f origin HEAD^:master
sui = submodule update --init
[apply]
# Detect whitespace errors when applying a patch