Easy steps to install grv package on Mac
Package Information:
Application Name – grv
What is grv – Not Available for grv
Use of grv – Terminal interface for viewing git repositories
URL – https://github.com/rgburke/grv
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install grv using brew
brew install grv

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

grv is ready to use now!