Skip to content

did you know you can appear to commit as anyone?

Notifications You must be signed in to change notification settings

adielr/masquerade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

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_COMMITTER_NAME="$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"

git commit -m "I am your god"

About

did you know you can appear to commit as anyone?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published