Created
June 18, 2019 11:14
-
-
Save rahulpandey/6af57d97ad8349643f7b0c50a692ad0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Display last month commit of author | |
git log --since='last month' --pretty=format:' %Cred%h%Creset ; %C(bold blue)%an%Creset ; %C(yellow)%ad%Creset ; %Cgreen%s%Creset ' --date=format:'%Y-%m-%d %H:%M:%S' --author=AUTHOR_NAME | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment