Skip to content

Instantly share code, notes, and snippets.

@delagoya
Created December 8, 2008 17:04
Show Gist options
  • Save delagoya/33518 to your computer and use it in GitHub Desktop.
Save delagoya/33518 to your computer and use it in GitHub Desktop.
open GitX on the current dir from cli
#!/bin/sh
/Applications/GitX.app/Contents/MacOS/GitX `pwd` >& /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment