Ask HN: How to Spoof Git Commits?
I have a project from a client as an individual freelancer. They require the repository to be on their team account.
However, I'd like my brother to help with the project with daily commits. How can he spoof his commits so it looks like I'm pushing everyday, not him.
1 comment
[ 0.17 ms ] story [ 15.4 ms ] threadGit is distributed, so your brother can push to your headless repo which you the pull from and push back to theirs from your working copy.