by Greg Turnquist | Jul 18, 2014 | git, github
I have been using git for several years now. But like any other tool, you don’t REALLY know all its power without using it in the craziest situations. I’ve just discovered a core aspect of git that totally drives me nuts given what it can do!!! Git is a...
by Greg Turnquist | Jan 16, 2014 | git
My company has gone full on with using github as the place to host our code. It’s great! I love git and I love github. And lately, in the past couple of months, I have taken on using hub, and git + hub tool.So what’s the difference in workflow? The...
by Greg Turnquist | Nov 26, 2012 | git
A friend of mine who is getting warmed up to using git on some projects asked me recently what tools I had to recommend in helping with running some of his own, private repositories. This isn’t about github, but instead, just using git on the home network (which...
by Greg Turnquist | Sep 16, 2011 | git
Today I had the good fortune to read http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html. The article perfectly served my needs.I’ve been working on a new feature for several days. At first, I build some buttons and new pages, and had...