bartman's blog

using git workflows to avoid loosing intermediate changes

bartman

A few days ago a buddy, Jean, had stumbled into a problem caused by infrequent committing to his git repository. Committing after the feature is implemented is common when working with tools like SVN… but we have multiple workflows available to us under git to manage frequent commits.

Here are some examples of things I’ve used and seen people do…

… by far this is a non exhaustive list.

Anyway, I am writing this so I can introduce something I started working on today called [git wip]{save-everything-with-git-wip}.

Tags: