Skip to content

Simple project for convert old repository for using git-lfs feature

License

Notifications You must be signed in to change notification settings

ndrego/git-lfs-migrate

 
 

Repository files navigation

Overview

Build Status

Simple project for convert old repository for using git-lfs feature.

How to use

Run from binaries

For quick run you need:

java -jar build/deploy/git-lfs-migrate.jar -s source-repo.git -d target-repo.git -l http://test:test@lfs-server/ .psd .zip .bin


## Build from sources

To build from sources you need install JDK 1.8 or later and run build script.

For Linux:

    ./gradlew deployZip

For Windows:

    call gradlew.bat deployZip

When build completes you can convert repository executing:

java -jar build/deploy/git-lfs-migrate.jar -s source-repo.git -d target-repo.git -l http://test:test@lfs-server/ .psd .zip .bin

About

Simple project for convert old repository for using git-lfs feature

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%