git log command | git show | git shortlog | git log --pretty:format

Описание к видео git log command | git show | git shortlog | git log --pretty:format

After you've made some commits, you probably want to check them, like a history page, and the way to do that is to use the log command

In this video, you'll learn everything you need to know about the *git log* command!

Don't forget to like and subscribe! 🙂

Timestamps:
0:00 - Intro
0:20 - Clone a repository
0:49 - git log
1:44 - Limit the number of commits
1:57 - Make it prettier (git log --pretty)
2:59 - git log --pretty=format
4:06 - Filter commits
6:20 - See the changes
6:38 - git show
7:11 - git shortlog
8:00 - Outro

Links:
gist: https://gist.github.com/Qorbanzadeh/a...
git log pretty formats:
https://git-scm.com/docs/pretty-formats

Комментарии

Информация по комментариям в разработке