Skip to content

Instantly share code, notes, and snippets.

@arzzen
Created January 22, 2017 13:33
Show Gist options
  • Star 4 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"
@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