From f31821429df4bdc7171a6d7f37ae48d802868a5d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:27:14 +0900 Subject: modified bin/gitupdate --- ar/.local/bin/gitupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar/.local/bin/gitupdate b/ar/.local/bin/gitupdate index 72c5db6..8205e48 100755 --- a/ar/.local/bin/gitupdate +++ b/ar/.local/bin/gitupdate @@ -72,10 +72,10 @@ repo_root=$(git rev-parse --show-toplevel || echo ".") cd "$repo_root" if [ "$repo_root" = "${PASSWORD_STORE_DIR:-${HOME}/.password-store}" ]; then - pass git remote | xargs -L1 pass git push -all + pass git remote | xargs -L1 pass git push --all else git pull --rebase origin "$branch" - git remote | xargs -L1 git push -all + git remote | xargs -L1 git push --all fi printf "\n[repo] %s(%s): %s\n" "$(basename "$repo_root")" "$branch" "$message" -- cgit v1.2.3