From 3743d83641fe0dbd0f3c386c550c56dde2295d8f Mon Sep 17 00:00:00 2001 From: Jason Song Date: Sun, 14 Oct 2018 12:56:25 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae263ac69fd..4dadc8243fe 100644 --- a/CONTRIBUTING.md +++ b/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 /master` - * `git merge --squash master` + * `git merge --squash ` * 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).