adversarial mirroring of repositories that might want to fight back
Go to file
Luna d3832fe56b add more data to the adversarial commit 2023-09-13 11:29:35 -03:00
README.md update readme 2023-08-03 00:09:29 -03:00
adversarial_mirror.sh add more data to the adversarial commit 2023-09-13 11:29:35 -03:00

README.md

adversarial_mirroring

adversarial mirroring of repositories that might want to fight back

notes

  • dont use urls ending in .git the script will explode
  • the way this works is by copying all files from one branch to the other
  • that means u lose all git history. the price u pay for progress

pros:

  • if the repo fights back they cant just force-push their changes away. they will forever stay in the mirror

usage

./adverserial_mirror.sh source_git_repo target_git_repo main_branch

./daemon.sh https://github.com/discord/erlpack https://gitdab.com/luna/adverserial-discord-api-spec master