09 Feb 16

The git rebase command has a reputation for being magical Git voodoo that beginners should stay away from, but it can actually make life much easier for a development team when used with care. In this article, we’ll compare git rebase with the related git merge command and identify all of the potential opportunities to incorporate rebasing into the typical Git workflow.

by bbohling 10 years ago
Tags:

06 Dec 13

GitLab is open source software to collaborate on code. Create projects and repositories, manage access and do code reviews.

by bbohling 12 years ago

16 Sep 13

So you’ve just pushed your local branch to a remote branch, but then realized that one of the commits should not be there, or that there was some unacceptable typo in it. No problem, you can fix it. But you should do it rather fast before anyone fetches the bad commits, or you won’t be very popular with them for a while

by bbohling 12 years ago

13 Aug 13

This tells git to automatically stage tracked files – including deleting the previously tracked files.

by bbohling 12 years ago
Tags:

09 Jan 13

Wingman is an interface and workflow for managing your source in ways which map directly to creating software. We talk in terms of features, bugs, release candidates, releases and hotfixes.

by bbohling 13 years ago

25 Sep 11

This guide will help you setup your server and Rails 3.1 project for fast, zero-downtime deployments. I’ll be using Nginx+Unicorn to serve the application, git+capistrano for fast deployments.

by bbohling 14 years ago

06 Sep 11

At GitHub, we do not use git-flow. We use, and always have used, a much simpler Git workflow.

by bbohling 14 years ago saved 2 times

08 May 09

great “getting started with git” resource

by bbohling 17 years ago