Skip to content

Instantly share code, notes, and snippets.

View Karthikdasari0423's full-sized avatar

Karthik Dasari Karthikdasari0423

  • Bangalore
  • 15:05 (UTC +05:30)
View GitHub Profile
@DewaldDeJager
DewaldDeJager / README.md
Last active June 23, 2025 14:08
Easy GitHub workflow for keeping a fork in sync with upstream

Sync Fork

This workflow uses the GitHub CLI to keep a forked repo in sync with the upstream repo. Add it to your repo as .github/workflows/sync-fork.yaml.

It runs daily to sync the default branch and can be triggered manually for any branch.