From 31ee75752c2542965c4349d5a7143a73e18fa675 Mon Sep 17 00:00:00 2001 From: Luke Owncloud Date: Sat, 25 Jan 2014 06:23:46 +0100 Subject: [PATCH] added howto use git to issue a second PR --- SETUP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SETUP.md b/SETUP.md index 09266048..102434b8 100644 --- a/SETUP.md +++ b/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 -- 2.11.0