This file contains hidden or 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 |
OlderNewer