Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.18 KB

5-fork-pull-request.md

File metadata and controls

26 lines (19 loc) · 1.18 KB

Work with your team

...by forking and submitting pull requests.

First, form your teams and establish a point person.

The Story of Three(ish) Little Circles

  1. Point person creates a repo for your project.
  2. Teammates fork the repo to their own accounts.
  3. Clone your respective remote of the repo. Point person has the "original" repo, teammmates have the forked repo and Divvy up!
  • Point person: add an index.html and add the names of your team in that file. Use <li>.
  • Teammate A: add a site.js. For now the file consists of one line: console.log('This will be the js used by the project.').
  • Teammate B: add a site.css. For now the file consists of one style: body>* {box-sizing: border-box;}.
  1. Everyone will add, commit, push to their respective repo.
  2. Consolidate
  • Teammate A and B create pull requests.
  • Point person accepts the pull request.
  1. Keep updated
  • Teammate A and B add another remote of the "original" repo from point person, as upstream.
  • Teammate A and B pull from the upstream to get the most up-to-date version of their project.

Have a good day! 🚀🍻🔛