An empty repository to demonstrate the GitHub flow and send PRs to.
A typical GitHub workflow looks like this:
Fork -> Clone -> Branch -> Change -> Stage -> Commit -> Push -> Pull Request
Here are some more links for explanation:
- Introduction to the GitHub Flow: https://guides.github.com/introduction/flow/
- Practice branching in your browser: https://learngitbranching.js.org/
- Visualize git operations: https://git-school.github.io/visualizing-git/
- Resources: https://try.github.io/