From 38a9b146f6268e38a09e3498020665a3b60d0663 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Wed, 23 Mar 2022 13:15:32 +0100
Subject: $meaningful_git_commit_message[213]

---
 .gitconfig  | 3 +++
 .gitmodules | 2 ++
 2 files changed, 5 insertions(+)

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]
diff --git a/.gitmodules b/.gitmodules
index f595963..d2a5366 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,8 @@
 [submodule "tmux-gpakosz"]
 	path = tmux-gpakosz
 	url = https://github.com/gpakosz/.tmux
+	branch = master
 [submodule "tmux-yank"]
 	path = tmux-yank
 	url = https://github.com/tmux-plugins/tmux-yank
+	branch = master
-- 
cgit v1.2.3