Skip to content

Instantly share code, notes, and snippets.

@stufield
Last active April 18, 2023 17:36
Show Gist options
  • Save stufield/c3db0099b5808190d194b4ca70a0dd93 to your computer and use it in GitHub Desktop.
Save stufield/c3db0099b5808190d194b4ca70a0dd93 to your computer and use it in GitHub Desktop.
Sync Public/Private Mirror

Update local private mirror

git checkout main
git branch -vv
git fetch public -p
git merge --ff-only public/main
git push origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment