2git icon indicating copy to clipboard operation
2git copied to clipboard

Generating of LFS does not add .gitattributes to init commit

Open bicschneider opened this issue 5 years ago • 0 comments

https://github.com/Praqma/2git/blob/297e6cf3554196e72ceba7eac4a652ee94214490/src/main/groovy/togit/migration/targets/git/GitUtil.groovy#L72

->

        options.lfs.each { file ->
            callOrDie(path, "lfs", "track", "'$file'")
            callOrDie(path, "add", ".gitattributes" )
        }

bicschneider avatar Nov 05 '20 08:11 bicschneider