Monthly Archives: October 2014

Basic GIT stuff

Git stuff Conceptual description: http://www.sbf5.com/~cduan/technical/git/git-1.shtml **HEAD is the name given to the commit from which the working tree’s current state was initialized. git rebase allows you to pull changes from master into your development branch, but leave all of your … Continue reading

Posted in Linux | Comments Off on Basic GIT stuff