Skip to content
forked from adielr/masquerade

did you know you can appear to commit as anyone?

Notifications You must be signed in to change notification settings

jomo/masquerade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Instructions on masquerading as other users in git:

export GIT_AUTHOR_NAME="Linus Torvalds"
export GIT_AUTHOR_EMAIL="torvalds@linux-foundation.org"
export GIT_AUTHOR_DATE="Tue Jan 19 03:14:07 2038 +0000"
export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"

git commit -m "Enjoy!"

About

did you know you can appear to commit as anyone?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published