How to Install git-sh in Ubuntu 18.04



Install git-sh by entering the following commands in the terminal:

sudo apt update
sudo apt install git-sh

Description:

a git shell

git-sh starts an interactive bash(1) session modified for git-heavy workflows. Typical usage is to change into the directory of a git work tree or bare repository and run the git-sh command to start an interactive shell session.

Homepage: http://rtomayko.github.com/git-sh/

Version: 1.1-1

Section: universe/vcs