Wednesday, April 15, 2015

Helpful Git Command Tips and Happy 10th Birthday Wishes

Helpful Git Command Tips and Happy 10th Birthday Wishes
Happy 10th Birthday Git!
This year marks the 10th birthday of git,  the distributed version control system created by Linus Torvalds who's more famously known as the creator of the Linux kernel.  If you're a software developer, I hope you're at least familiar with source control systems because they make your professional life SO much easier (though I admit they can be a bit challenging to first get accustomed to...).

Even if you're day job isn't in the software development space, my guess is that if you're in IT in any capacity, you've probably interacted with Linux or other open source software systems, most of which use git (and / or github) to manage their source code repositories.

Below, I've included a few helpful tips and tricks I've discovered to make using git even more productive for your daily workflow, along with links to learn more about the history of git and an interview with Linus on his take on git after it's first 10 years...