Credit for this goes to Jonah Duckles
This repository serves as the base repository for use in a Software Carpentry Workshop to show an example workflow for contributing to a project. The lesson plan is under development and will be linked when complete.
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 8.fetch from upstream to forked(own) (local)
- merge upstream/master to local master (local)
- push to origin (local to cloud) own
This is a work in progress