https://github.com/yashladha/prune-stale
Prune remote branches that are stale
https://github.com/yashladha/prune-stale
binary branches git git-workflow golang
Last synced: 2 months ago
JSON representation
Prune remote branches that are stale
- Host: GitHub
- URL: https://github.com/yashladha/prune-stale
- Owner: yashLadha
- Created: 2020-08-19T06:31:12.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2020-08-20T10:17:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T15:16:00.590Z (4 months ago)
- Topics: binary, branches, git, git-workflow, golang
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Prune Stale
Binary to remove stale branches from your projects on any remote VCS. This
allows pruning of the branches so that at the time of cloning things will be faster,
leading to decrease in object count and size.## Building from source
To build the binary from source you need to clone the repository and execute the
following command.```sh
go build .
```## TODO Things
- [ ] Take argument from console to define the limit for stale branch logic.
- [ ] CLI Selector for deleting only specific branches.
- [ ] Using a config file for the setting and logic for deletion of the branches.