From 02793bda6ce0ffab0adddebc3ccd1b1c7eb38519 Mon Sep 17 00:00:00 2001 From: Binary Wang <binarywang@users.noreply.github.com> Date: Wed, 14 Jun 2017 16:29:20 +0800 Subject: [PATCH] update --- contribution.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contribution.md b/contribution.md index edc9e79a0..8c38553cc 100644 --- a/contribution.md +++ b/contribution.md @@ -28,7 +28,7 @@ $ git push ```bash $ git remote add upstream https://github.com/wechat-group/weixin-java-tools $ git fetch upstream -$ git checkout dev -$ git rebase upstream/dev -$ git push -f origin dev +$ git checkout develop +$ git rebase upstream/develop +$ git push -f origin develop ```