Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-multi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-multi

The most stupid way to run a git command on multiple repositories.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

GIT multi

The most stupid way to run a git command on multiple repositories.

Install

npm -g install git-multi

Setup

  1. cd <main repository>
  2. create .gitmulti file
  3. add to .gitmulti the path to any repository you want to manage with git-multi (1 per line)

Example

If you have the following repositories:

/workspace/main-app
/workspace/lib-1
/workspace/lib-2

You can configure git-multi on your main-app:

echo "../lib-1" >> /workspace/main-app/.gitmulti
echo "../lib-2" >> /workspace/main-app/.gitmulti

And then run a git command to your repositories:

cd /workspace/main-app
git multi status

Keywords

FAQs

Package last updated on 13 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc