A little script to paste Git patches on Pastie. It uses the pastie command line application (download) by Luke Redpath.
pastie
#!/bin/sh url=`git-diff "$@" | pastie -p -f diff` echo "URL: $url" open "$url" # Needs Mac OS X
This page was created 2008-02-12.
It is tagged with:
Contact me!