Grabbing git log from other folder
- by jmccartie
I'm trying to output a git log from another folder on the server without having to cd into it first.
git log /path/to/repo
returns
fatal: Not a git repository
For the life of me, I can't find the switch to tell it to operate on/in a different path than .
Thanks.