How to Install vcsh in Ubuntu 18.04



Install vcsh by entering the following commands in the terminal:

sudo apt update
sudo apt install vcsh

Description:

Version Control System for $HOME - multiple Git repositories in $HOME

vcsh allows you to have several git repositories, all maintaining their working trees in $HOME without clobbering each other. That, in turn, means you can have one repository per config set (zsh, vim, ssh, etc), picking and choosing which configs you want to use on which machine.

Homepage: https://github.com/RichiH/vcsh/blob/master/README.md

Version: 1.20151229-1

Section: universe/misc