Skip to content

Commit

Permalink
Fix gh-148: git add the .gitattributes file during init config
Browse files Browse the repository at this point in the history
  • Loading branch information
bicschneider authored Nov 5, 2020
1 parent 297e6cf commit 73e91ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/groovy/togit/migration/targets/git/GitUtil.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class GitUtil {
static void setGitLfs(File path, GitOptions options) {
options.lfs.each { file ->
callOrDie(path, 'lfs', 'track', "'$file'")
callOrDie(path, "add", ".gitattributes" )
}
}

Expand Down

0 comments on commit 73e91ef

Please sign in to comment.