Skip to content

Instantly share code, notes, and snippets.

@ambirdsall
ambirdsall / large_changes.md
Created December 4, 2024 19:21 — forked from raorao/large_changes.md
Applying large changes to co-owned repos

Prerequisties

  • a script that can make all necessary changes, with no manual intervention.

Steps for Implementer

  1. check out master, run the script, commit the result
git fetch origin
git checkout master