You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #158, which asks for converting a git-hub-created repository into a triangular one. My request goes a bit further in that it starts with a non-git-hub-aware repository.
I'd love to have this as well; I regularly encounter this situation, when I started out cloning a repository to experiment with it and then later wanting to contribute to it.
I think it is possible to do this manually (clone on github, add the git remote, set the hub.upstream and hub.forkremote git configs). But automation would be better :-)
It is very convenient to use
and start hacking, only to later regret that I should have used
instead. Or maybe I have had cloned these repositories before starting to use
git-hub
.It would be great if
in an already-cloned repository would
git remote
.fork
remote accordingly, if-t
is specified.The text was updated successfully, but these errors were encountered: