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:
69d9ecd
)
fix git update instructions
author
Luke Owncloud
<owncloud@ohrt.org>
Mon, 21 Oct 2013 09:40:20 +0000
(11:40 +0200)
committer
Luke Owncloud
<owncloud@ohrt.org>
Mon, 21 Oct 2013 09:40:20 +0000
(11:40 +0200)
SETUP.md
patch
|
blob
|
blame
|
history
diff --git
a/SETUP.md
b/SETUP.md
index
5b77381
..
cd67a80
100644
(file)
--- a/
SETUP.md
+++ b/
SETUP.md
@@
-8,7
+8,10
@@
- Clone your new repo: "git clone git@github.com:YOURGITHUBNAME/android.git"
- "cd android"
- Checkout remote develop branch: "git checkout -b develop remotes/origin/develop"
- Clone your new repo: "git clone git@github.com:YOURGITHUBNAME/android.git"
- "cd android"
- Checkout remote develop branch: "git checkout -b develop remotes/origin/develop"
- - Make sure to get the latest changes of android/develop branch: "git pull origin develop"
+ - Pull changes from your develop branch: "git pull origin develop"
+ - Make sure to get the latest changes from official android/develop branch:
+ - Make official owncloud repo known as upstream: "git remote add upstream git@github.com:owncloud/android.git"
+ - Pull latest changes from upstream: "git pull upstream develop"
2. Building with console/maven:
2. Building with console/maven: