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

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

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