InterviewSolution
Saved Bookmarks
| 1. |
How to view the commit history of the repository? |
|
Answer» Using command ‘GIT log"; this command displays commits list(in chronological order) from latest to old one in DESCENDING order of the committed DATE. For each commit record it displays- |
|