Public Gists by duff

Gravatar
Fri Jun 26 08:34:44 -0700 2009
1
2
3
#!/bin/sh
 
# Print out what changed in a nice format.
Gravatar
Fri Jun 19 03:55:59 -0700 2009
1
2
3
# Bash snippet to open new shells in most recently visited dir.
# Useful if you want to open a new terminal tab at the present
# tab's location.
Gravatar
Wed Jun 17 13:32:23 -0700 2009
1
2
3
HOWTO: iPhone AT&T Tethering
============================
 
Gravatar
Fri Apr 10 11:35:46 -0700 2009
1
2
3
<% content_for :navigation do %>
  <ul id="sub_navigation">
    <li class="here">
Gravatar
Wed Apr 08 12:08:00 -0700 2009
1
2
3
 
source ~/bin/.git-completion.sh # Copied from the contrib/completion/git-completion.bash file in the git distribution (Also here: http://gist.github.com/91932)
function parse_git_dirty {
Gravatar
Wed Apr 08 12:04:37 -0700 2009
1
2
3
#
# bash completion support for core Git.
#
gist: 52913 Git branch and dirty state ...
Gravatar
Mon Jan 26 10:53:15 -0800 2009
1
2
3
# [ ~/develop/dir ] master $ # clean working directory
# [ ~/develop/dir ] master* $ # dirty working directory
# [ ~/some_dir ] $ # not a git repo
Gravatar
Mon Aug 04 13:51:56 -0700 2008
1
2
3
h1. Wow
 
* Nice
Gravatar
Mon Jul 21 14:35:21 -0700 2008
1
2
3
This is an even more fascinating gist.
There are many like it, but this one is mine.