Tuesday, July 23, 2013
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
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
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
install sublime3 on ubuntu
https://www.sublimetext.com/docs/3/linux_repositories.html#apt
commands
# view installed packages
Preferences -> Package Control -> List Packages
Subscribe to:
Posts (Atom)