Skip to content

Fetch from a URL directly #558

Open
Open
@jamielennox

Description

@jamielennox

Something I've come across a few times trying to deal with automating multiple repositories is that the only way to fetch is with a defined remote. I want to be able to do the equivalent of git fetch git://repo.url/path/repo.git branch/name and have it return a FetchInfo I can use. Currently i'm working around this by creating a new remote, fetching from it and deleting it at the end of the operation.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions