1. The problem
So, you are on a specific directory, but would like to execute a git command on a different one.I don't know whyl for me, it's just only that I'm lazy.
2. The solution
Here is your command's formatgit -C [directory] [git_command]
And here is a screenshot to make things more clear:
3. The reference
Further reference: https://stackoverflow.com/a/20115753/2486904Cheers!