projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5f34f75
)
added howto use git to issue a second PR
author
Luke Owncloud
<owncloud@ohrt.org>
Sat, 25 Jan 2014 05:23:46 +0000
(06:23 +0100)
committer
Luke Owncloud
<owncloud@ohrt.org>
Sat, 25 Jan 2014 05:23:46 +0000
(06:23 +0100)
SETUP.md
patch
|
blob
|
blame
|
history
diff --git
a/SETUP.md
b/SETUP.md
index
0926604
..
102434b
100644
(file)
--- 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"
* 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
[0]: https://github.com/owncloud/android/blob/master/CONTRIBUTING.md