Skip to content

Instantly share code, notes, and snippets.

@rahulpandey
Created June 18, 2019 11:14
Show Gist options
  • Save rahulpandey/6af57d97ad8349643f7b0c50a692ad0c to your computer and use it in GitHub Desktop.
Save rahulpandey/6af57d97ad8349643f7b0c50a692ad0c to your computer and use it in GitHub Desktop.
# 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