浏览代码

added howto use git to issue a second PR

Luke Owncloud 11 年之前
父节点
当前提交
31ee75752c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      SETUP.md

+ 2 - 0
SETUP.md

@@ -79,6 +79,8 @@ To make sure your new pull request does not contain commits which are already co
 * git fetch upstream
 * git checkout -b my_new_develop_branch upstream/develop
 * If you want to rename that branch later: "git checkout -b my_new_develop_branch_with_new_name"
+* Push branch to server: "git push -u origin meaningful_name_for_branch"
+* Use Github to issue PR
 
 
 [0]: https://github.com/owncloud/android/blob/master/CONTRIBUTING.md