Cygwin - adding files to How to make website cd ~/2011archive hg pull --update hg addremove hg commit -m "Updating my page" hg push If Mercurial gives you some warning about a merge error, instead enter the commands below: Enter the following commands in terminal (paste each line individually): hg pull hg merge hg commit -m "Merging" hg push