JumboCode / TUTV

JumboCode project for TUTV, currently led by Frank Ma. Led by Deepanshu Utkarsh 2019 - 2020.
4 stars 0 forks source link

Create git workflow chart in the Wiki #38

Closed duci9y closed 4 years ago

duci9y commented 4 years ago

There's confusion around the git workflow for how to:

  1. Start working on a new issue (branch off latest master, etc)
  2. Continue work while there are other changes to master and/or another branch that is a dependency (rebase/merge, etc)
  3. Pushing/pulling in the context of working with other people on the same branch. For example, you should always pull the latest changes before continuing work.
  4. Stashing changes and why we may need that feature.

Create a wiki page with flowcharts and other quick-reference style content for the git workflow.