Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit b970c9b

Browse files
authored
feat: hide upstream branches from logs (#33)
1 parent 7c0db2f commit b970c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo "Adding tmp_upstream $UPSTREAM_REPO"
3535
git remote add tmp_upstream "$UPSTREAM_REPO"
3636

3737
echo "Fetching tmp_upstream"
38-
git fetch tmp_upstream
38+
git fetch tmp_upstream --quiet
3939
git remote --verbose
4040

4141
echo "Pushing changings from tmp_upstream to origin"

0 commit comments

Comments
 (0)