Mecurial
References
Tutorials
When viewing in Nautilus
Note the small circles on the files. These are added by TortoiseHg to indicate changes to the files monitored by Mercurial. It's a nice feature but somehow I can't seem to refresh them.
Note the small circles on the files. These are added by TortoiseHg to indicate changes to the files monitored by Mercurial. It's a nice feature but somehow I can't seem to refresh them.
- Green - no changes
- Red - changes to the file
- Blue - file not in mercurial
Setup for FabAcademy
# Mecurial installation & initial guide http://mercurial.selenic.com/guide # Mercurial tutorial http://hginit.com # setup mercurial # edit ~/.hgrc [ui] username = Rodney Dorville# academy tutorial help: http://fabacademy.org/archives/nodes/barcelona/meier.ferdinand/htm/mercurial.html # copy the academy, academy.pub into .ssh folder # # clone the archive originally # hg clone -e "ssh -p 846 -i ~/.ssh/academy" ssh://hg@fabacademy.org/academy.node.barcelona /srv/FabLab_Archive >> output---- requesting all changes adding changesets adding manifests adding file changes added 149 changesets with 2286 changes to 1599 files updating to branch default 1104 files updated, 0 files merged, 0 files removed, 0 files unresolved >> ---- # setup the hgrc file # echo -en "\n\n[ui]\nusername = Rodney Dorville \nssh = ssh -i ~/.ssh/academy -C\n\n[extensions]\nconvert =\nfetch =\n\n[hooks]\n\nchangegroup = hg update >&2" >> /srv/FabLab_Archive/.hg/hgrc # updating the archive # change to Archive cd /srv/FabLab_Archive # update hg pull >> output ---- pulling from ssh://hg@fabacademy.org/academy.node.barcelona searching for changes no changes found >>---- # update your website and transfer files to dorville.rodney # update the main sites cd /srv/FabLab_Archive hg pull hg update hg addremove hg commit -m "Updated on: XX-XX-XX some meaningful message" hg push
Notes
node.js (http://nodejs.org/) Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. See downloads: sudo apt-get install curl curl -sL https://deb.nodesource.com/setup | bash - sudo apt-get install -y nodejs Required for Sublime 3 HTML-CSS-J Pretify HTML-CSS-JS Prettify https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify View in Browser http://www.granneman.com/webdev/editors/sublime-text/set-up-sublime-text-to-preview-your-code-in-a-web-browser/ Autodesk Inventor 2015 English Win 64bit Your serial number: 900-56004833 Product key: 797G1
Not being of a artistic mind, I have shamelessly borrowed this template (simpleStyle_8) from html5webtemplatesin recognition of a simple, cool and functional webpage design.