gitcln
v20.4.4
WARNING:
gitclnIS DEPRECATED IN FAVOR OFgit clean -fdx
CLI tool aim to clean local git repository from .gitignore file(s)/folder(s).
you can create or download .gitignore file and use this tool anywhere.
$ pip install gitcln| Arg | Shortcut | Type | Description | Default |
|---|---|---|---|---|
| --directories | -d | optional | directory(ies) to ignore | [ ] |
| --files | -f | optional | file(s) to ignore | [ ] |
$ gitcln --helpusage: gitcln [-h] [-d [DIRECTORIES [DIRECTORIES ...]]] [-f [FILES [FILES ...]]]
CLI tool aim to clean local git repository from .gitignore file(s)/folder(s).
optional arguments:
-h, --help show this help message and exit
-d [DIRECTORIES [DIRECTORIES ...]], --directories [DIRECTORIES [DIRECTORIES ...]]
Directory(ies) to ignore. (default: [])
-f [FILES [FILES ...]], --files [FILES [FILES ...]]
File(s) to ignore. (default: [])$ gitcln$ gitcln -d __pycache__$ gitcln -f bytes.pycOnly integration tests for gitcln module runs on the CI pipeline.
? Hadi Alqattan
License
Copyright © 2020 Hadi Alqattan.
This project is MIT licensed.
Give a ️ if this project helped you!