Skip to content

Instantly share code, notes, and snippets.

@pmuens
Last active May 30, 2021 10:19
Show Gist options
  • Save pmuens/4dc6f627f45019e28736aa69dd796951 to your computer and use it in GitHub Desktop.
Save pmuens/4dc6f627f45019e28736aa69dd796951 to your computer and use it in GitHub Desktop.
Installation - Gitwatch

Installation - gitwatch

curl https://gist.githubusercontent.com/pmuens/4dc6f627f45019e28736aa69dd796951/raw/a1b5bac651ea1722a47c9f9bd150bad31f1d3229/install.sh | sh
#!/bin/sh
curl -o /usr/local/bin/gitwatch https://raw.githubusercontent.com/gitwatch/gitwatch/master/gitwatch.sh && chmod +x /usr/local/bin/gitwatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment