Skip to content

feature/add: lfs migrate import --remote  #4408

@glass-ships

Description

@glass-ships

It seems that there is no --remote flag for lfs migrate import, only export.

It's easy enough to workaround by renaming the original origin:

git remote rename origin oldorigin
git remote add git@gitlab.com:group/project.git
git lfs migrate import --everything --include="*.whatever"

However, would still be nice to specify the remote in the import command.
Does this a) already exist and simply isn't documented, or b) not make sense as a feature due to my not fully understanding how import works?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions