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...

Saturday, December 21, 2013

Join me for a free webinar on making the most out of Git in your development workflow!

Git Open SourceDistributed Source Control System
UPDATE 1/23/2014: Since the webinar has already come and gone, I've got the entire session's YouTube video embedded below!

I've been using Mercurial for a few years now, but have only recently tackled a serious software project using Git as my primary distributed software source control system.

The transition was easier than I thought it might be, but even after using it day in and day out for the last few months, I find every now and again I get tripped up on a command or two (or find myself Googling for Stack Overflow tips when I get stuck ;)

Fortunately for all of us, Atlassian (makers of BitBucket and SourceTree, two tools I use every single day of my professional life) is hosting a free webinar on Git best practices. Best of all, it's going to use REAL CODE EXAMPLES!

That's right, you'll be learning as Nicola Paolucci Developer Advocate @ Atlassian works a real bug report - from branch creation to code review to final merge!