https://github.com/sshcrack/delete-stall-git-repos
Deletes all git repositories in a directory if they are fully synced to remote and there are no local changes!
https://github.com/sshcrack/delete-stall-git-repos
Last synced: 12 months ago
JSON representation
Deletes all git repositories in a directory if they are fully synced to remote and there are no local changes!
- Host: GitHub
- URL: https://github.com/sshcrack/delete-stall-git-repos
- Owner: sshcrack
- Created: 2025-05-22T12:36:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-27T14:00:25.000Z (about 1 year ago)
- Last Synced: 2025-06-09T18:49:10.010Z (about 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stall Repository Cleanup
This repository contains a binary that can be used to clean up repositories that have already pushed all changes and a good to go for removal
## Installation
```bash
cargo install stall-repo-cleanup
```
## Usage
```bash
stall-repo-cleanup --directory
```