Socket
Socket
Sign inDemoInstall

git-deep

Package Overview
Dependencies
11
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    git-deep

Send commands recursively through git submodules


Version published
Weekly downloads
8
increased by700%
Maintainers
1
Install size
2.15 MB
Created
Weekly downloads
 

Readme

Source

Git Deep

Runs command on submodule (children) before running on parent git repo

yarn global add git-deep

Examples

# Grunt commands
$ git-deep --parallel 'grunt watch'
$ git-deep 'grunt build'

# Git commands
$ git-deep 'git add .'
$ git-deep 'git commit -n -am "Added new features"'
$ git-deep 'git push'

# Or any other command
$ git-deep 'echo "foo bar"'

Optional Arguments

  • -c, --childrenOnly: Run command on children only
  • -p, --parallel: Run commands in parallel

FAQs

Last updated on 28 Jan 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc