Here is the imported repo that the learners will be forking: https://github.com/oulib-swc/2017-03-13-ou_collaboration.git
Here are the steps that we will be covering.
- Fork (cloud)
- clone (cloud to local your copy)
- edits/changes (local)
- git add and commit to version (local)
- git push (local to cloud your copy)
- pull request (cloud) (notify upstream (owner) available changes)
- owner/upstream can accept, ask for more detail, decline
- fetch from upstream to forked(own) (local)
- merge upstream/master to local master (local)
- push to origin (local to cloud) own
Referencing article: