Skip to content

Instantly share code, notes, and snippets.

@james-priest
james-priest / GitHub-Fork.md
Last active May 5, 2025 04:11
GitHub Fork & Pull Request Workflow

Fork & Pull Request Workflow

Also know as Fork-and-Branch Workflow

Uses three repos:

  • Original repository (remote) - An open source repo on GitHub
  • Forked repository (remote) - my forked copy of the open source repo on Github
  • Cloned (local) repository (from Forked) - my local copy of my forked repo