Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormasensio <masensio@solidgear.es>2015-09-14 15:07:05 +0300
committermasensio <masensio@solidgear.es>2015-09-14 15:07:05 +0300
commit8ed97d743324bebd0c23905ff5f2eeb3248f872f (patch)
treea4d2f27b724dc39fad80c85ece69c263af4e29cd /SETUP.md
parent9b8b29d98bb634a964dfccc51d8b4394f36c6d4e (diff)
Update setup, changes from the issue #1154
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SETUP.md b/SETUP.md
index 59a51cabfc..0f1bc8ed85 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -36,7 +36,7 @@ Next steps will assume you have a Github account and that you will get the code
* Open a terminal and go on with the next steps in it.
* Clone your forked repository: ```git clone git@github.com:YOURGITHUBNAME/android.git```.
* Move to the project folder with ```cd android```.
-* Checkout the remote branch 'master' in your own local branch 'master': ```git checkout -b master remotes/origin/master```.
+* Checkout the remote branch 'master' in your own local branch 'master': ```git checkout master remotes/origin/master```.
* Pull any changes from your remote branch 'master': ```git pull origin master```
* Make official ownCloud repo known as upstream: ```git remote add upstream git@github.com:owncloud/android.git```
* Make sure to get the latest changes from official android/master branch: ```git pull upstream master```