Git: How to run a command on a specific folder
15 October 2012
git
How to
tips
I recently needed to be able to run a regular git task on a folder and I didn't want to have to CD into that folder first. Annoyingly, there didn't seem to be an optional "path" parameter to git remote update
, until I looked at the help file for Git.