This post is specifically about a particular command in git. If you are new to git or don't know what git is, then this post may not make much sense to you. Now that the statutory warning is out of the way, let's carry on. This is actually a continuation of my previous blog post. The command we … Continue reading Is There A Problem With ‘git pull’?
Tag: Git
git fetch vs git pull
Git is one of the most popular version control systems available out there. If you are a programmer, you must have used it one time or the other. This post deals with a couple of specific commands. So if you are new to git, this post may not make much sense to you. Git offers … Continue reading git fetch vs git pull
How To Use DiffMerge
To people who don't know what merge conflicts are, they are these magical things that make our life pleasant when we are coding in a group. Okay that was a joke! Too subtle? Anyway, when you are working in a team on a central code base, multiple people might end up modifying the same thing, which … Continue reading How To Use DiffMerge
Git Is Gone In OS X Mountain Lion
This blog post is for a very specific group of people who cared enough to notice that git command line tool is not working on their brand new MacBooks with Mountain Lion! If that sentence didn't make sense to you, then you are probably at the wrong place. I got my new Mac last week … Continue reading Git Is Gone In OS X Mountain Lion