Skip to content

Instantly share code, notes, and snippets.

@americanstone
americanstone / gist:5c42416011ae64b7df340d080c521d67
Last active November 22, 2021 23:16
copy a repro & make code change & push to different repro
clone the project
git remote rename origin upstream
git remote add origin <your own project>
use git desktop push upstream
`upstream` for fetch & pull
`origin` for push