Created
January 22, 2017 13:33
-
-
Save arzzen/35e09866dfdadf2108b2420045739245 to your computer and use it in GitHub Desktop.
Cygwin Installer - git-quick-stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "Cygwin Installer - git-quick-stats" | |
chmod 0755 git-quick-stats && cp git-quick-stats /usr/local/bin/git-quick-stats | |
git config --global alias.quick-stats '! /usr/local/bin/git-quick-stats' | |
echo -e "...\ndone" |
If you have installed Git for Windows, you don't need an additional cygwin installation.
It's enough to make git config --global alias.quick-stats '! /c/Apps/git-quick-stats/git-quick-stats'
from Git Bash (choose the correct folder name)
The first step should be to execute git clone https://github.com/arzzen/git-quick-stats.git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Isn't it on winget?