git-gud icon indicating copy to clipboard operation
git-gud copied to clipboard

Level: Adding a fork after cloning upstream

Open benthayer opened this issue 4 years ago • 0 comments

Sometimes people clone before they fork, or they fork, but then clone the upstream repository.

When they do this, they need to add their fork as a remote.

They might use git remote set-url origin mygit and git remote add upstream upstreamurl. They may also do git remote rename origin upstream and git remote add origin mygit.

We should have a level to help them handle this situation.

benthayer avatar May 21 '20 19:05 benthayer