Skip to content

Instantly share code, notes, and snippets.

View sbilstein's full-sized avatar

Siggy Bilstein sbilstein

View GitHub Profile
// ==UserScript==
// @name Check for PrimeNow Delivery
// @namespace http://tampermonkey.net/
// @version 0.3
// @description try to take over the world!
// @author cumby
// @match https://primenow.amazon.com/checkout/*
// @grant none
// ==/UserScript==
@jbenet
jbenet / simple-git-branching-model.md
Last active April 9, 2024 03:31
a simple git branching model

a simple git branching model (written in 2013)

This is a very simple git workflow. It (and variants) is in use by many people. I settled on it after using it very effectively at Athena. GitHub does something similar; Zach Holman mentioned it in this talk.

Update: Woah, thanks for all the attention. Didn't expect this simple rant to get popular.