git-sync-all: also push nixos and emacs repos when syncing
This commit is contained in:
parent
268418012d
commit
966f264d5e
|
@ -46,5 +46,6 @@ for i in "${!PULL_DIRS[@]}"; do
|
|||
cd "$DIRECTORY" || exit
|
||||
git remote set-url origin "$URL"
|
||||
git pull --ff-only
|
||||
git push
|
||||
)
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue