Example:
$ git log --since="04/07/2014 20:37:53" --no-merges > C:\test.log
It will write generated git log from the specified date and time without including merges to a test.log file.
$ git log --since="04/07/2014 20:37:53" --no-merges > C:\test.log
It will write generated git log from the specified date and time without including merges to a test.log file.
No comments:
Post a Comment