-
Notifications
You must be signed in to change notification settings - Fork 71
3. Collaborate (one time setup)
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.