Public Gists by willb

Gravatar
Sat Oct 04 13:05:47 -0700 2008
1
2
3
#!/bin/sh
 
# you probably want automatic git-gc before running this:
Gravatar
Thu Oct 02 21:03:28 -0700 2008
1
2
3
#!/usr/bin/env python
# encoding: utf-8
"""
gist: 14488 This is some example code s...
Gravatar
Thu Oct 02 18:57:14 -0700 2008
1
2
3
/*
  ptr_inspect.c
 
Gravatar
Tue Sep 23 08:02:21 -0700 2008
1
for branch in $(git branch -r | grep -v HEAD) ; do git branch --track $(echo $branch | cut -f2- -d/) $branch ; done
Gravatar
Tue Sep 23 07:56:40 -0700 2008
1
(for branch in $(git branch -l) ; do git archive $branch | tar -l ; done) | sort | uniq