added submodule update --init alias.
This commit is contained in:
parent
7af899826a
commit
e882631b4c
1
.aliases
1
.aliases
@ -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'
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user