git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 831bc32..03c43af 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -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]