Skip to content

Instantly share code, notes, and snippets.

@arzzen
Created January 22, 2017 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arzzen/21c660014d0663b6c5710014714779d6 to your computer and use it in GitHub Desktop.
Save arzzen/21c660014d0663b6c5710014714779d6 to your computer and use it in GitHub Desktop.
Cygwin Uninstaller - git-quick-stats
#!/usr/bin/env bash
echo "Cygwin Uninstaller - git-quick-stats"
test -d /usr/local/bin/git-quick-stats && rm -rf /usr/local/bin/git-quick-stats
git config --global --unset alias.quick-stats '! /usr/local/bin/git-quick-stats'
echo -e "...\ndone"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment