Easy steps to install gitlint package on Mac
Package Information:
Application Name – gitlint
What is gitlint – Not Available for gitlint
Use of gitlint – Linting for your git commit messages
URL – https://jorisroovers.github.io/gitlint
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install gitlint using brew
brew install gitlint
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
gitlint is ready to use now!