https://github.com/gitpod-samples/git-interceptor
https://github.com/gitpod-samples/git-interceptor
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitpod-samples/git-interceptor
- Owner: gitpod-samples
- Created: 2025-07-10T14:14:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T15:11:20.000Z (9 months ago)
- Last Synced: 2025-07-10T21:06:52.030Z (9 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```