Mastering Git

Level up your Git knowledge with these 10 useful tips to browse git history

Learn advanced git log

Towards Data Science
10 min readMar 9, 2024

--

If you have been working with Git, you might be familiar with git log command. Beyond its basic usage (i.e. plain git log), the advanced use of this command can be quite powerful, making navigation of repository’s history seamless and informative. In…

--

--