diff options
| author | 2015-06-08 09:19:56 +0200 | |
|---|---|---|
| committer | 2015-06-08 09:19:56 +0200 | |
| commit | 0f595c8dbf7fafce9c2f45193c2d6df806d94d66 (patch) | |
| tree | a083a69db14cf58661df095b7f813a781fd1392a /git | |
| parent | a7f84a9b707f3654603bccdf7e105f9dc333a171 (diff) | |
| download | dotfiles-0f595c8dbf7fafce9c2f45193c2d6df806d94d66.tar.gz dotfiles-0f595c8dbf7fafce9c2f45193c2d6df806d94d66.tar.bz2 dotfiles-0f595c8dbf7fafce9c2f45193c2d6df806d94d66.zip | |
Added submodule init and update alias
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index a651ead..92f3998 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -5,3 +5,4 @@ | |||
| 5 | sup = "!f() { git branch --set-upstream-to=$@; }; f" | 5 | sup = "!f() { git branch --set-upstream-to=$@; }; f" |
| 6 | ca = commit -am | 6 | ca = commit -am |
| 7 | st = status -s | 7 | st = status -s |
| 8 | siu = "!f() { git submodule init && git submodule update; }; f" | ||
