Versioning: Difference between revisions

Content added Content deleted
m (→‎GIT: m)
Line 24: Line 24:
If at any time the something doesn't work, revert to "known working" configuration:
If at any time the something doesn't work, revert to "known working" configuration:
hg revert --all
hg revert --all

If you get error regarding any deleted files:
hg commit
'''nothing changed (4 missing files, see 'hg status')'''

This will add all new files that are not ignored, and remove all locally missing files
sudo hg addremove


= Subversion =
= Subversion =