Git: Borrar archivos sin trackear

This commit is contained in:
Cat /dev/Nulo 2022-06-25 08:45:04 -03:00
parent 30e4eccf46
commit 2dfbfa2cad
1 changed files with 6 additions and 0 deletions

6
Git.md
View File

@ -27,3 +27,9 @@ git log -S <string> archivo
```
[StackOverflow](https://stackoverflow.com/a/4404551)
## Borrar archivos sin trackear
```
git clean
```