Open
Description
In FAC10, pretty much everyone did this workshop solo, I think it should be done in partners. The solo aspect of this tutorial led to some people getting quite confused about flow when working on their first projects in their groups.
The current process for the introduction section is essentially:
- Fork and clone a repo
- Create a new branch
- Make a change to a file in your new branch
- Add and commit changes
- Pull master branch to make sure local master is up to date
- Merge new branch with master
- Push your new branch
- Make a pull request for your new branch to your own forked master branch
- Merge your new branch with your master branch
- Pull updates from remote master to local master
- practice dealing with merge conflicts with a pre-made branch
I think perhaps this could be adapted to be more partner based, rather than one person doing everything, which accidentally teaches bad practices like merging your own pull requests.