Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 374 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 374 Bytes

git-all

Run git commands on (possibly multiple) repositories

Specify directly a git repository to run commands on it without leaving the one you're in, or give it the path to a folder to run the command on all subfolders that contain a git repository.

# Run the git-fetch -vp command on all git repositories in ~/Github
$ git-all ~/Github/ fetch -vp