Skip to content

Contributor setup

xGolden edited this page Oct 3, 2019 · 6 revisions

Fork this repository into your Github by clicking 'Fork' in the top right.

Go to the forked repository and grab the web URL by clicking 'Clone or download' and then clicking the copy to clipboard button.

Open a terminal and navigate to the location where you want your working repository. Do 'git clone COPIED_LINK' to download the repo.

Navigate into the repo in your terminal and setup your remote.

git remote -v
git remote add upstream https://github.com/enslcompmod/CompMod.git

Clone this wiki locally