1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Merge pull request #8 from dsyer/patch-1

Fix "rm -rf" instruictions
This commit is contained in:
Brian Clozel
2014-09-30 10:13:28 +02:00
+1 -2
View File
@@ -15,8 +15,7 @@ From within your Spring project's git checkout directory:
### Remove all files
git rm -rf *
git rm -rf '.*'
git rm -rf `git ls-files` && rm -rf *
### Add the gh-pages-upstream remote