Reading project history
Now that you can create commits, it is time to inspect them. Git keeps a detailed log: who, when, and why each line changed. The main tools are the log and diff commands.
Now that you can create commits, it is time to inspect them. Git keeps a detailed log: who, when, and why each line changed. The main tools are the log and diff commands.