Skip to content

Convert conventially cloned repostiory #235

Open
@nomeata

Description

@nomeata

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions