How to Install git-extras in Ubuntu 18.04



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

sudo apt update
sudo apt install git-extras

Description:

Extra commands for git

This package provides extra git commands to easily solve typical tasks such as managing remote branches, managing feature/refactor/bug workflows and generate some repository stats.

Homepage: https://github.com/tj/git-extras

Version: 4.5.0-1

Section: universe/vcs