filmov
tv
Beginners Tutorial: Git Log Command
![preview_player](https://i.ytimg.com/vi/Rvagz0FebpE/maxresdefault.jpg)
Показать описание
#git #git-log #git-commands
Beginners Tutorial: Git Log Command
The git log command displays all of the commits in a repository’s history.
By default, with no arguments, git log lists the commits made in that repository in reverse chronological order; that is, the most recent commits show up first. As you can see, this command lists each commit with its SHA-1 checksum, the author’s name and email, the date written, and the commit message.
You can filter the output of git log using various options
Beginners Tutorial: Git Log Command
The git log command displays all of the commits in a repository’s history.
By default, with no arguments, git log lists the commits made in that repository in reverse chronological order; that is, the most recent commits show up first. As you can see, this command lists each commit with its SHA-1 checksum, the author’s name and email, the date written, and the commit message.
You can filter the output of git log using various options