fgit enables you to run a Git command in several repositories with one command. For example:

  • fgit.sh pull runs git pull in all the repositories under the current directory
  • fgit.sh pull -f ~/dev /foo runs git pull -f in all the repositories under ~/dev and /foo