git gc
This command cleans up the git repo and reduces the size. If we use git rebase constantly, repo size becomes significantly larger and we can resolve this by using git gc command.
git-quick-stats
This is git utility which displays git activity statistic data in the console.
diff-so-fancy
This is git ubility which displays the output of git diff command in a pretty format.