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

6
Git.md
View file

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