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

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!

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
```