X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/5f34f75324bbf01646ee6c43c93d96e7865c8990..24356ea2501fc55edf7ab2df2da2b12f8acb210a:/SETUP.md diff --git a/SETUP.md b/SETUP.md index 09266048..13c4f592 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 name_of_local_develop_branch" +* Use Github to issue PR [0]: https://github.com/owncloud/android/blob/master/CONTRIBUTING.md