1.0.8 • Published 7 years ago

git-deep v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Git Deep

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

npm.io

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
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago