https://github.com/tapio/vcs
Simple script to abstract common version control tasks.
https://github.com/tapio/vcs
Last synced: 3 months ago
JSON representation
Simple script to abstract common version control tasks.
- Host: GitHub
- URL: https://github.com/tapio/vcs
- Owner: tapio
- Created: 2010-10-18T20:41:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-16T15:24:26.000Z (over 14 years ago)
- Last Synced: 2024-12-25T22:42:14.366Z (5 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
VCS
===
Copyright (c) 2010 Tapio Vierros
License: zlib (http://www.opensource.org/licenses/zlib-license.php)Description
-----------
This is a simple script to abstract common version control system tasks.It is designed to make e.g. VCS updates easy, so that you don't need
to remember under which system each project is. As such, it is directed
towards users who track repositories without doing much development.If more than one repository is given, the updates are done in parallel.
Installation
------------
Put the 'vcs' file or symlink to it to your PATH.Usage
-----
See: vcs --help