Description
You don’t have to be terrified of git anymore.
Summary
- You don’t have to be terrified of git anymore.
- In this case, we want to squash the last two commits into the first one we made.
- Now just repeat that workflow for any changes you want to make.
- You’ve learned about the four areas of git, the commands that move your changes through some of these areas, how to revert to a previous commit, edit your commit history, rename branches, and you’ve seen what a typical git workflow looks like.