git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-23 13:15:32 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-23 13:15:32 +0100
commit38a9b146f6268e38a09e3498020665a3b60d0663 (patch)
treecc7ed2a7f830993c46efd878eae176d486f11f4e /.gitconfig
parent8420ced3da356c0982d3c5f4f50047cce5445063 (diff)
downloaddotfiles-38a9b146f6268e38a09e3498020665a3b60d0663.tar.bz2
$meaningful_git_commit_message[213]
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]