gitcln
v20.4.4
Peringatan:
gitclnsudah usang mendukunggit clean -fdx


Alat CLI bertujuan untuk membersihkan repositori git lokal dari file .gitignore/folder.
Anda dapat membuat atau mengunduh file .gitignore dan menggunakan alat ini di mana saja.
$ pip install gitcln| Arg | Jalan pintas | Jenis | Keterangan | Bawaan |
|---|---|---|---|---|
| -Direktori | -D | opsional | direktori untuk diabaikan | [] |
| -file | -F | opsional | file untuk diabaikan | [] |
$ 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.pycHanya tes integrasi untuk modul GITCLN yang berjalan pada pipa CI.
? Hadi Alqattan
Lisensi
Hak Cipta © 2020 Hadi Alqattan.
Proyek ini berlisensi MIT.
Berikan ️ jika proyek ini membantu Anda!