https://github.com/equalsraf/git-springclean
Spring cleaning git command
https://github.com/equalsraf/git-springclean
Last synced: 11 months ago
JSON representation
Spring cleaning git command
- Host: GitHub
- URL: https://github.com/equalsraf/git-springclean
- Owner: equalsraf
- License: isc
- Created: 2015-10-16T10:40:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T09:33:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T12:30:31.457Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spring cleaning tool for git repos.
## Usage
With no arguments `git springclean` will recurse starting at the current
directory and look for all git repositories. For each repository it will run a
series of checks and print a one line summary in the format
XXXX /path/to/repo
Where X is one of
- (M) changes in the tree
- (U) untracked files in the tree
- (P) a branch was not pushed to any remote
- (E) means there was an unrecoverable error (check stderr)
To point to a specific repository
git springclean path/to/repo
## Build
With cargo, simply
$ cargo build