Difference between revisions of "Migration to gitlab"
From ElphelWiki
(Created page with "==Switch from github to gitlab== cd elphel393 git remote -v (make sure it's not https://git.elphel.com/Elphel/elphel393.git) git remote set-url origin https://git.elphel.c...") |
(→Working copy: projects.json) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 14: | Line 14: | ||
git clone https://git.elphel.com/Elphel/elphel393.git | git clone https://git.elphel.com/Elphel/elphel393.git | ||
./setup.py | ./setup.py | ||
| + | |||
| + | ==Working copy: ''projects.json''== | ||
| + | * not part of the repo | ||
| + | * created from ''projects-default.json'' | ||
Revision as of 16:11, 19 March 2017
Switch from github to gitlab
cd elphel393 git remote -v (make sure it's not https://git.elphel.com/Elphel/elphel393.git) git remote set-url origin https://git.elphel.com/Elphel/elphel393.git git pull # if projects.json is still there: rm projects.json ./setup.py (it already has ability to change remote server)
Clean installation
git clone https://git.elphel.com/Elphel/elphel393.git ./setup.py
Working copy: projects.json
- not part of the repo
- created from projects-default.json