Before you start working on a project, you should review what's been done. You may need to review what's been done recently to keep up with other developer's work.
The git log command generates a report to help you keep up with a project's changes.
Before you start working on a project, you should review what's been done. You may need to review what's been done recently to keep up with other developer's work.
The git log command generates a report to help you keep up with a project's changes.
The git log command generates a report of SHA1 IDs, the author who committed that snapshot, the date it was committed, and the log message:
$ git log commit fa9ef725fe47a34ab8b4488a38db446c6d664f3e Author: Clif Flynt <clif@noucorp.com> Date: Fri Dec 16 20:58:40 2016 -0500 Fixed bug # 1234