https://github.com/jondotsoy/git-clean-untracked
Git remove files ignored by gitignore
https://github.com/jondotsoy/git-clean-untracked
Last synced: about 2 months ago
JSON representation
Git remove files ignored by gitignore
- Host: GitHub
- URL: https://github.com/jondotsoy/git-clean-untracked
- Owner: JonDotsoy
- Created: 2021-05-16T20:20:04.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2021-06-02T20:27:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T10:30:33.630Z (4 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git clean-untracked
Script git clean ignored files.
How to use in your terminal run the script below.
```shell
$ git clean-untracked rm
# Alias
$ git cu rm
```## How to install
With shell (sh terminal), copy and execute the next scripts.
```sh
curl --location --request GET 'https://github.com/JonDotsoy/git-clean-untracked/raw/v0.3.0/install.sh' | sh
```