...

/

A Worked Example

A Worked Example

Understand the concept of “squashing commits” with the help of an example.

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
...