Author: andreas
-
How to succeed with Git at an Enterprise level
Introduction Github is the place for open source. And most developers who’ve tried Git has fallen in love. As have I. But I know for a fact that, even today (2018!), some enterprises have yet to make the switch to Git. I’ve made that journey. I’ve lead that journey. It’s a journey that, when done […]
-
Git housekeeping
TL;DR When working in an enterprise environment, you may end up with lots of Git branches. And some of those branches will be forgotten and just live forever. Unless you do something about it. That’s why I’m going to give you one of my Git aliases, which I call: git housekeep for branch in `git branch -r | grep […]