vlpatch
Minimal version control system
Install
- All systems
-
curl cmd.cat/vlpatch.sh
- Debian
-
apt-get install libvcs-lite-perl - Ubuntu
-
apt-get install libvcs-lite-perl - Kali Linux
-
apt-get install libvcs-lite-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libvcs-lite-perl - Raspbian
-
apt-get install libvcs-lite-perl
libvcs-lite-perl
Minimal version control system
This module provides the functions normally associated with a version control system, but without needing or implementing a version control system. Applications include wikis, document management systems and configuration management. It makes use of the module Algorithm::Diff. It provides the facility for basic diffing, patching and merging.