Whenever you work on a project, follow these steps:
- Clone the repo down to your local machine.
- Create a local feature branch.
- Make changes in the branch.
- Once you're done with your changes, update your main branch and merge it into your feature branch.
- Push to a remote feature branch and make a pull request.
- Once the pull request is approved, you can merge in your remote feature branch.
- Delete your remote and local feature branches.
These are the same exact steps that professional software engineers follow when working on a project with others! Now that you've completed the workshop, you're one step closer to being a professional software engineer yourself.