Browse Source
Existing copy is wrong because "git rm -rf *" fails if there are any untracked files (e.g. target/). Changed to "git rm -rf `git ls-files`".pull/507/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue