Public Gists by mikeashley

gist: 178249 bash prompt to show current...
Gravatar
Sun Aug 30 18:51:37 -0700 2009
1
2
3
# http://henrik.nyh.se/2008/12/git-dirty-prompt
# http://www.simplisticcomplexity.com/2008/03/13/show-your-git-branch-name-in-your-prompt/
# username@Machine ~/dev/dir[master]$ # clean working directory
gist: 160202 Configuring git to use Sour...
Gravatar
Sun Aug 02 13:27:31 -0700 2009
1
2
3
[merge]
        tool = diffmerge
[mergetool "diffmerge"]
gist: 144390 use ghostscript to append m...
Gravatar
Fri Jul 10 03:11:24 -0700 2009
1
2
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf \
source1.pdf source2.pdf source3.pdf etc.pdf