Skip to content
Riccardo De Maria edited this page Feb 17, 2016 · 3 revisions

SixDesk wiki

Welcome!

Clone github repository into existing tree

cd ~/w8 rm -fr .git git init git remote add origin [email protected]:SixTrack/SixDesk.git git fetch git reset --mixed origin/master

Check which files will be modified or deleted

git status

Fully synchronize with the GitHub repository, potential data loss will occur.

git reset --hard origin/master

Clone this wiki locally