Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Installation

Gabriel edited this page Feb 1, 2018 · 1 revision

Installation

git clone https://github.com/dizco/LOG3900.git
git remote add redmine https://githost.gi.polymtl.ca/git/log3900-07
git config user.email "email@example.com"
git config user.name "Mona Lisa"

Tester que origin et redmine sont bien ajoutés avec la commande git remote -v, vous devriez voir :

$ git remote -v
origin  https://github.com/dizco/LOG3900.git (fetch)
origin  https://github.com/dizco/LOG3900.git (push)
redmine https://githost.gi.polymtl.ca/git/log3900-07 (fetch)
redmine https://githost.gi.polymtl.ca/git/log3900-07 (push)

Clone this wiki locally