added submodule update --init alias.

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

View File

@ -132,5 +132,4 @@ alias pumpitup="osascript -e 'set volume 7'"
alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'"
alias tmux="tmux -2"
alias prj='cd ~/Dropbox/Projects'

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