Update setup, changes from the issue #1154

This commit is contained in:
masensio 2015-09-14 14:07:05 +02:00
parent 9b8b29d98b
commit 8ed97d7433
2 changed files with 1 additions and 1 deletions

View File

@ -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```

Binary file not shown.