Git: Borrar archivos sin trackear

This commit is contained in:
Cat /dev/Nulo 2022-06-25 08:45:04 -03:00
parent 621c22ae1c
commit 244c066ec1
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
```