Skip to content

3. Collaborate (one time setup)

yoh-there edited this page Oct 11, 2015 · 4 revisions

Log in Github and sign in

Head over to https://github.com/fesch/CanZE

Click on "Fork" (right top). It will create a copy in your own repository. This copy you will sync with your local (PC) project, and it is the source of pull-backs to the "official" source maintained by Bob (fesch/CanZE)

Start Android Studio

Close any open projects to open the "Welcome" dialog

Click on "VCS Check Out project from Version Control"

Choose Github

Select the Fork of the project you just made. Wait for studio to download and load the CanZE project.

Open a command prompt

Change to the folder where the root of your project is (i.e. ~/AndroidStudioProjects/CanZE on linux) and issue the following command:

git remote add upstream https://github.com/fesch/CanZE.git

Note that this last command was not in this instruction before and if not issued, does not allow you to pull from the main upstream branch.