Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 279 Bytes

forceupdate.rst

File metadata and controls

12 lines (9 loc) · 279 Bytes

Force update

Warning: you will lose any of your local changes to the repository

cd star-forming-regions
git fetch --all
git reset --hard origin/master
git submodule update --force --remote -- lime
python setup.py install