Skip to content

Instantly share code, notes, and snippets.

@arzzen
Created January 22, 2017 13:33
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save arzzen/35e09866dfdadf2108b2420045739245 to your computer and use it in GitHub Desktop.
Save arzzen/35e09866dfdadf2108b2420045739245 to your computer and use it in GitHub Desktop.
Cygwin Installer - git-quick-stats
#!/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"
@enisn
Copy link

enisn commented Nov 9, 2022

Isn't it on winget?

@solova
Copy link

solova commented Dec 15, 2022

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)

@wang1212
Copy link

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