Open
Description
It is very convenient to use
git clone [email protected]:upstream/repo
and start hacking, only to later regret that I should have used
git hub clone -t upstrema/repo
instead. Or maybe I have had cloned these repositories before starting to use git-hub
.
It would be great if
git hub clone -t
in an already-cloned repository would
- Figure out the upstream repository based on
git remote
. - Create a clone on GitHub
- Set up the
fork
remote accordingly, if-t
is specified.