Add --file option.
This adds a --file option, allowing git open --file <path>, where <path> is a path within the repository, and can either be a file or directory.
This is similar to what was requested years ago in #54, but isn't automatic. Presumably it could be made automatic, if someone more familiar with git internals and better at writing shell scripts than me wanted it to be.
Does anyone care about this? It's been open for almost 2 months, with only a trivial (and addressed) comment.
It would be nice to have.
+1 for this request, I'm currently using the feature branch in place of master
Would it be better to have a more general --path instead? So we can also open directories in GitHub's navigator.
Does this open the file in the current git checkout out branch or commit?