Friday, July 12, 2013

GIT Cheat Sheet

GITK

visualise branch branchname
gitk branchname

visualise all branch
gitk --all

visualise change history for file
gitk path_to_file

GIT

show all branches, asterisk active branch
git branch

create branch newbranchname from current head commit
git checkout -b newbranchname

git push

Monday, July 8, 2013

Some Stand-Up Comedy - Doug Stanhope

http://www.dougstanhope.com/stand-up/

Learn by Doing - Code Schoold - Online Coding Tutorials

http://www.codeschool.com/

Python Sublime Text Editor - V 3 Beta Released

http://www.sublimetext.com/blog/articles/sublime-text-3-public-beta

install sublime3 on ubuntu
https://www.sublimetext.com/docs/3/linux_repositories.html#apt

commands

# view installed packages
Preferences -> Package Control -> List Packages