Skip to content

Instantly share code, notes, and snippets.

@innomatrix
Last active January 23, 2024 14:01
Show Gist options
  • Save innomatrix/d489f1934fc8512d50d38f02d06ae2e2 to your computer and use it in GitHub Desktop.
Save innomatrix/d489f1934fc8512d50d38f02d06ae2e2 to your computer and use it in GitHub Desktop.
Git-quick-stats
mkdir ~/source
cd ~/source
git clone https://github.com/arzzen/git-quick-stats.git
mkdir ~/bin
ln -s ~/source/git-quick-stats/git-quick-stats ~/bin/git-quick-stats
chmod +x ~/bin/git-quick-stats
export PATH=${PATH}:~/bin

// optionally add export PATH=${PATH}:~/bin to ~/.zshrc

echo 'export PATH=${PATH}:~/bin' >> ~/.zshrc

// fire cmd

git-quick-stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment