Skip to content

m-rk/git-multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Multi-repo git operations

A no frills, interactive approach to apply git operations across multiple repositories in one fell swoop. For example:

  • Status
  • Pull
  • Discard file(s)...
  • Stash & checkout...
  • Create branch, commit & push...
  • Prune

Usage

  1. Copy git-multi.sh to a directory containing multiple git repositories
  2. make it executable: chmod +x git-multi.sh
  3. execute it: ./git-multi.sh

Alternatives

  • meta: "tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?"