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