The $git log command is used to review the commits performed on a
repository/branch. The command lists out the various commits performed with
details of the date when the commit was done and the user who performed the
commit.
The following is the syntax for the
log command.
$git log
No comments:
Post a Comment