Skip to content

Commit

Permalink
chore: prune outstanding remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 5, 2024
1 parent 9c61808 commit d4117e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ for repo in $REPOS ; do
else
cd "$repo"
git reset --quiet --hard origin/HEAD
git remote prune origin
git pull --quiet
fi
echo "== $repo =="
Expand Down

0 comments on commit d4117e8

Please sign in to comment.