Understanding Gitlog
gitlog is a change history record that has been stored in the git database. Any of these changes must be committed to be seen using gitlog.
View Log Notes
Git includes the gitlog command to view logs of changes in the working area. You can see the change notes with the script below:
git log
Blog: https://github.com/triadmoko/Introduc...
Segment Videos
00:00: Intro
01:48: What is GitLog
03:35: Displaying Changes with the git log Command
05:30: Display Changes with the command git log --oneline
05:58: Displaying Changes with the git logcommit_number command
07:29: Display Changes with the command git log filename
08:54: Displaying Changes with the Command git log --author = "uername"
12:23: Outro
Roadmap: https://github.com/kamranahmedse/deve...
Donation: https://saweria.co/donate/triadmoko
Instagram: @triadmoko_df
Github: https://github.com/triadmoko