Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example should specify -g repo should exist, other possibilities #31

Open
jasonhemann opened this issue Feb 5, 2017 · 0 comments
Open

Comments

@jasonhemann
Copy link

This wasn't initially clear to me from the documentation.

Because this may not be completely obvious, I'd suggest saying to leave the .jar file in the directory in which it's unzipped, or to add the ./vendors/ subdir to classpath.

I think also a slightly more complex example would help clarify usage some.

java -jar 
      ./path/to/git-lfs-migrate.jar  \ #should be in same location as vendors 
      -s ./the/path/for/source-repo.git \
      -d ./and/path/for/destination-repo.git \ 
      -g git@my.github.url.com:username/public-repo-name.git \ #this empty repo should already exist 
        \ # ^-- for instance git@github.com:bozaro/my-new-repo.git 
     "*.pet" \ # and as many extensions as you like 
     "*.cat" \
     "*.dog"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant