updated by /home/nico/bin/sync-all-repos

This commit is contained in:
Nico Schottelius 2020-12-08 10:34:41 +01:00
parent 9233b70a1f
commit fb2fea753b
1 changed files with 9 additions and 0 deletions

View File

@ -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