Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Nov 15, 2023
1 parent 5112e6c commit b0c7728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/sync-git-mirrors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ opts="--force"
branches="master journal"

# try.gitea.io is a read-only mirror of the repo on github.com
# we push manually to github.com
ignore_remotes="try.gitea.io github.com"
ignore_remotes="try.gitea.io"

# done: remove. better: socks5h proxy:
# git -c remote.origin.proxy=socks5h://127.0.0.1:9050 clone
Expand All @@ -25,6 +24,7 @@ remote=github.com
git fetch $remote $branches --tags

# rebase the main branches with changes from the main repo
# usually, these changes come from the Issues2Markdown github action
date=$(date +%F-%H-%M-%S)
# stash changes to the master branch
git stash -m "git pull-push $(date)"
Expand Down

0 comments on commit b0c7728

Please sign in to comment.