Update
How to update without loosing any configurations
Go to your folder and get most recent updates with git pull
cd <path/to/directory>
git pull
If you want the most recent unstable version
git checkout development
Last updated