Repo to demonstrate github flow.
- Initialize a repository
- Clone the repository
- Create a branch
- Make edits (Staging) to the repository
- Commit your changes - preferably in a logical chronological manner so it makes sense. Better to have these in smaller chunks of changes.
- To add your changes to the master, you do a three part process:
- Pull
- Merge - Merge any changes that have happened in the Master branch while you were making the changes.
- Push