Short version: I want to run a git command whose output tells me whether my current HEAD points to the most recent revision available on the branch. At least, I think that's what I want, I normally ...
There are a number of compelling reasons as to why a developer needs a modern source code management tool like Git. The ability to share code with other developers is one. The ability to isolate ...