An open API service indexing awesome lists of open source software.

https://github.com/gitpod-samples/git-interceptor


https://github.com/gitpod-samples/git-interceptor

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# git-interceptor

```bash
# Download the script first
curl -fsSL https://raw.githubusercontent.com/gitpod-samples/git-interceptor/refs/heads/main/git-intercept.sh -o git-intercept.sh

# Make it executable
chmod +x git-intercept.sh

# Execute the downloaded script
sudo ./git-intercept.sh --install
```