Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 737 Bytes

File metadata and controls

26 lines (19 loc) · 737 Bytes

Workflow

  1. Fork class repo (link to your account).
  2. Clone the forked repo from your account.
  3. Add forked repo as upstream.

Daily

  1. Create branch.
  2. Work normally on new branch (make commits, push, etc).
  3. Merge or rebase upstream master to new branch.
  4. Issue pull request to upstream from new branch.
  5. Delete new branch.

Some good sites for information about forks

https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow

https://gist.github.com/Chaser324/ce0505fbed06b947d962

https://guides.github.com/activities/forking/

https://blog.scottlowe.org/2015/01/27/using-fork-branch-git-workflow/

https://help.github.com/articles/fork-a-repo/