Ver código fonte

Merge pull request #8 from dsyer/patch-1

Fix "rm -rf" instruictions
Brian Clozel 11 anos atrás
pai
commit
1a150a334a
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      README.markdown

+ 1 - 2
README.markdown

@@ -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