Quick repo for practicing Gitflow.
- Fork it (and feel free to delete after). Set up CircleCI.
- Clone it locally: `git clone https://github.com/USERNAME/quick-repo.
- Create your own branch:
git checkout -b BRANCH
. - Make a small change, e.g. make the test fail.'
- Push your change up to your branch:
git push
. - Create a pull request on GitHub.
- Approve your PR and squash merge. Note: you won't actually be able to do this, you'll need to make sure your PR is passing all status checks, get it approved by your lead and one other team member, and then merge.