Deep Dive into the Git "log" Command
Git log : Used to retrive the commit history
Basic Usage:
The git log command is used to display the commit history of a Git repository.
By default, it shows a list of commits in reverse chronological order, with the most recent commit displayed fi...
buildskillswithsumanth.hashnode.dev5 min read