Skip to content

Latest commit

 

History

History
 
 

git-log-my

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git log-my

Show log for my own commits by my own user email

Git alias:

log-my = !git log --author $(git config user.email)

Example:

git log-my