Skip to content

2b. Adding a Developer

krtonga edited this page Jun 19, 2018 · 3 revisions

First: Environment setup

Second: Clone repo ->

cd <DIR_WHERE_I_WANT_TO_SAVE_REPO>
git clone <REPO_URL>

Third: Add github credentials

$ git config --global credential.helper cache

Add upstream (majifix core)

git remote add upstream https://github.com/CodeTanzania/open311-android.git

Clone this wiki locally