浏览代码

Merge pull request #8 from dsyer/patch-1

Fix "rm -rf" instruictions
Brian Clozel 11 年之前
父节点
当前提交
1a150a334a
共有 1 个文件被更改,包括 1 次插入2 次删除
  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