After using Git for last three years extensively, I have compiled this list of commands I use frequently. Occasionally, I rely on posts like this one to get me out of the pickle. Help git help <commandName> (dont…
GIT
A collection of 4 posts
Be a Git Ninja deck
It was a lot fun presenting at the Boston code camp 21. The slide deck with all the links is below:…
Git and Development Workflows presentation
It was a lot of fun presenting at the code camp Hartford today. My deck for the talk is below:…
Git for Source Control
I have worked with SVN and VSS for source control. Both are centralized source control system. Git is distributed. It has several advantages over centralized ones. Just to mention a few: Branching is very easy,cheap and fast. This makes…