Last active
November 22, 2021 23:16
-
-
Save americanstone/5c42416011ae64b7df340d080c521d67 to your computer and use it in GitHub Desktop.
copy a repro & make code change & push to different repro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
git remote -v | |
origin https://github.com/americanstone/2021-cs252.git (fetch) | |
origin https://github.com/americanstone/2021-cs252.git (push) | |
upstream [email protected]:douglascraigschmidt/CS253.git (fetch) | |
upstream [email protected]:douglascraigschmidt/CS253.git (push) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment