Git From Outside the Repo
You can use the -C flag to execute git commands from somewhere else on your computer:
git -C /some/other/path status
You can use the -C flag to execute git commands from somewhere else on your computer:
git -C /some/other/path status