mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
added howto use git to issue a second PR
This commit is contained in:
parent
5f34f75324
commit
31ee75752c
1 changed files with 2 additions and 0 deletions
2
SETUP.md
2
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
|
||||
|
|
Loading…
Reference in a new issue