Skip to content

Instantly share code, notes, and snippets.

@howeyc
howeyc / GitHub-Forking.md
Last active October 22, 2018 13:48 — forked from Chaser324/GitHub-Forking.md
Fork & Pull Request Workflow

Git Forking Process

Right now the process has references to GitHub as it has been taken from a GitHub open source tutorial. This will be updated with references to our own local gitea instance once it has been setup.

Creating a Fork

Just head over to the GitHub page and click the "Fork" button. It's just that simple. Once you've done that, you can use your favorite git client to clone your repo or just head straight to the command line:

# Clone your fork to your local machine