I want to start git-bash.exe
, and run git log
from different directory.
I tried something like this:
"C:/Program Files/Git/git-bash.exe" log -- C:\repos\foo
and this
"C:\Program Files\Git\git-bash.exe" --cd=C:\repos\foo log
But none of theese works. Any ideas?