There's confusion around the git workflow for how to:
Start working on a new issue (branch off latest master, etc)
Continue work while there are other changes to master and/or another branch that is a dependency (rebase/merge, etc)
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.
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.
There's confusion around the git workflow for how to:
Create a wiki page with flowcharts and other quick-reference style content for the git workflow.