Skip to content

A program to spoof commits to GitHub so that potential employers won't see that you're lazy and don't actually code lol. Only tested on Windows idk if it works on Linux or anything else.

Notifications You must be signed in to change notification settings

elee012345/git-commit-spoofing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

git-commit-spoofing

Create fake activity on your GitHub profile.

A while ago, I wondered if I could change my commit dates, if, say, I forgot to commit one day and wanted to make the commit appear to be on that day. Well, commits are controlled locally, so it seemed possible. Then did that mean that people could fake their commits and spoof fake activitty to GitHub? Everything is done locally, after all. It turns out git has a built in feature to let you do this.

Example call:

python spoof.py -rp "C:\Users\Ethan\Documents\coding-stuff\spoofing-repo-hahaha" -sd 2023-01-01 -ed 2023-03-16

The path must be to a repo that is already initialized. Probably more convincing if the repo you spoof your commits to is private.

About

A program to spoof commits to GitHub so that potential employers won't see that you're lazy and don't actually code lol. Only tested on Windows idk if it works on Linux or anything else.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages