A Worked Example
Understand the concept of “squashing commits” with the help of an example.
We'll cover the following...
We'll cover the following...
Setup
Type this in to begin the process of working through a real example of squashing and understand what it is:
1 mkdir lgthw_squashing
2 cd
...