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
- Host: GitHub
- URL: https://github.com/nmss/update-vcs
- Owner: nmss
- License: mit
- Created: 2017-02-09T14:34:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T21:17:55.000Z (over 2 years ago)
- Last Synced: 2025-03-05T09:36:25.611Z (11 months ago)
- Topics: git, npm, script, svn, update
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```