Versioning: Difference between revisions

m (→‎GIT: m)
Line 24:
If at any time the something doesn't work, revert to "known working" configuration:
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 =