Git trace installation

Brouillon pour mettre à jour upstream (la branche ryzomcore)

git clone khanat-code
cd khanat-code
git remote add ryzomcore https://github.com/ryzom/ryzomcore.git
git fetch ryzomcore
git checkout ryzomcore
git merge compatibility-develop
git commit -a -m "Synchronisation avec le projet original"
git push