Skip to content

jsoverson/git-spread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

git-spread

Utility to run git commands across multiple children directories. Runs the specified git command against all immediate subdirectories that contain a .git directory.

Usage

$ git spread
usage: git spread <normal git commands>
  Use git-spread to run git commands across directories
  e.g.
    git spread pull
    git spread commit -m 'updated .gitignore'

Installation

Copy somewhere in your path eg /usr/local/bin

About

Run git commands across multiple directories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages