This repository is for teaching how to work with git.
In this repository, there are 300 pages to a book that hasn't been written. Follow along with the instructions to get into the workflow.
- Clone this repo wih your preferred git client of choice
- Switch to the 'development-writing' branch
- Create a local branch off of the 'development-writing' with the name format 'Page-###-Writing' where ### is replaced with the page number. 001, 011, or 200
- Open the page with that number you selected
- Add your own amazing writing to that page
- Save that document
- Return to github and commit your changes.
- Merge your writing branch to the development branch.
- Push the changes and make a pull request.
- Wait for someone to approve that pull request
- Congratulations! You have now successfully added some changes to the page.