gzqby / gitloop

Specify the parent folder and execute the git command cyclically for subfolder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitloop

loop the git commands for directories!

usage

install

First, you have GIT installed on your computer!!!

npm install -g loop-git
// or
yarn global add loop-git

run

gitloop [git commands]
// example:
gitloop -o ../oneDir config user.name zigo

todo

  1. use motion friendly

About

Specify the parent folder and execute the git command cyclically for subfolder


Languages

Language:JavaScript 100.0%