Category Git
Few useful command for Git log commit
8/22/2020 -GitHere a few commands if you want to get a list of git commit information. This will list all the commits by the contributor. git log --author="Contributor's name" Get commit from 19 April 2020.How to Squash all git commits into one
8/5/2020 -GitA quick note to show how to squash all git local commits into one. A scenario will be, you've been check-in in lots of commits into your own local branch when you ready to push them to the origin branch. You don't want to check-in so many commits, e.g.