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

SixDesk wiki

Welcome!

Add repository into existing tree

cd ~/w1
rm -fr .git
git init
git remote add origin git@github.com: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