Showing posts with label GIT Check My Commits. Show all posts
Showing posts with label GIT Check My Commits. Show all posts

Thursday, 27 December 2018

GIT: How to check my commits in git?

git log --author="Martin"

How to sort my commits in reverse order?

git log --author=Martin --reverse

How to use since option?

git log --author=Martin --reverse --since=2014-05-29

<date> format is: YYYY-MM-DD