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
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
0 comments:
Post a Comment