From fb2fea753be341ba57800e2dc820e749886822c4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 8 Dec 2020 10:34:41 +0100 Subject: [PATCH] updated by /home/nico/bin/sync-all-repos --- sync-all-repos | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sync-all-repos b/sync-all-repos index de1534b..930cc9a 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -11,6 +11,15 @@ for repo in ~/.ctt \ ; do echo $repo cd $repo + + if [ $repo = ~/.password-store ]; then + git checkout master + git add . + git commit -m "updated by $0" || true + git pull + git checkout nico-privat + fi + git add . git commit -m "updated by $0" || true git pull