Just a quick tech tip: if you have Skydrive (or GDrive or Dropbox or . . . .) you can get Git on any machine you have to use without having to install it on the machine. Here’s how:
- Get the Portable Git package
- Create a directory on your cloud drive for Git (I use utilities\git but I cannot think of any reason to prefer one to another.)
- Unzip Portable Git into that new directory
Tada! You can now access Git any place you can access your cloud storage. Of course, this may not allow you to push up to your Github repository but it will still allow you to have version control on any machine from which you can access the cloud.