Posts categorized “Adventures in Git”

  1. Adventures in Git: Deploy on Push

    For posterity, here's a small Git post-receive script to update a checkout when a bare repository receives a push.

  2. Adventures in Git: Move Commits from Master to New Branch

    The other night, I sat down with Git to solve what turned out to be a very simple problem: what if you've started making commits to your master branch, but want to move your work into a feature branch?