diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ branchpull = remote update origin --prune branchremdel = push origin --delete ba = branch --list --all + smam = submodule add -b master + smir = submodule update --init --recursive + smu = submodule foreach git pull [push] default = simple [core] |