delagoya (owner)

Revisions

gist: 33518 Download_button fork
public
Description:
open GitX on the current dir from cli
Public Clone URL: git://gist.github.com/33518.git
Embed All Files: show embed
gitx #
1
2
#!/bin/sh
/Applications/GitX.app/Contents/MacOS/GitX `pwd` >& /dev/null &