GitX also accepts other arguments, for example gitx -Sstring subdir/
or gitx origin/master or gitx sub/branch -- path/to/file. It's hard to
figure out what the correct thing to do is.

On Thu, Oct 22, 2009 at 8:13 AM, Anders <[email protected]> wrote:
>
> Currently the workflow for opening up a repo in gitx is to cd to the
> directory and then type gitx.
>
> A friend of mine wrote a script, "gitxin", that takes a path as
> argument:
>
> #!/usr/bin/env bash
> cd $1
> gitx
>
> Simple script, but I can't see why that couldn't be built in?
>
> $: gitx /path/to/directory/
>
> (or similar)

Reply via email to