瀏覽代碼

Update CONTRIBUTING.md

Jason Song 6 年之前
父節點
當前提交
3743d83641
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -32,6 +32,6 @@ We provide template files [intellij-java-google-style.xml](https://github.com/ct
     2. Create a new branch and merge these commits into one
 
         * `git checkout -b <some-branch-name> <remote>/master`
-        * `git merge --squash master`
+        * `git merge --squash <current-feature-branch>`
 
 * When writing a commit message please follow these conventions: if you are fixing an existing issue, please add Fixes #XXX at the end of the commit message (where XXX is the issue number).