2git
2git copied to clipboard
Generating of LFS does not add .gitattributes to init commit
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" )
}