Skip to content

Get started

Nicolas Jourdan edited this page Oct 1, 2018 · 11 revisions

In order to install the project, run :

git clone https://github.com/NicolasJourdan/brefngames.git

or

git clone [email protected]:NicolasJourdan/brefngames.git(for SSH protocol).

The repository is now on your local machine. You probably forked https://github.com/NicolasJourdan/brefngames, so it is possible that your fetching host is this fork.

  1. Run the next command to list

Create a gitignore

You have to ignore some files or directories (like setting IDE, etc.) that you don't want to commit.

Set up your .gitinore file

git config --global core.excludesfile '~/.gitignore'

Edit your .gitignore

vi ~/.gitignore

.idea/
breafngames.iml
Clone this wiki locally