An open API service indexing awesome lists of open source software.

https://github.com/nmss/update-vcs

A script that recursively update any git/svn folder
https://github.com/nmss/update-vcs

git npm script svn update

Last synced: 5 months ago
JSON representation

A script that recursively update any git/svn folder

Awesome Lists containing this project

README

          

# update-vcs
A script that recursively update any git/svn folder

## compatibility
At least node 8

## Installation
```
npm install -g update-vcs
```

## Usage

### Display help and usage
```
update-vcs --help
```

### update everything inside a folder
```
update-vcs /the/folder/to/update
update-vcs /the/folder/to/update --verbose
```

### update every paths matching inside a folder
```
update-vcs folder match
```