Git: Borrar archivos sin trackear
This commit is contained in:
parent
30e4eccf46
commit
2dfbfa2cad
1 changed files with 6 additions and 0 deletions
6
Git.md
6
Git.md
|
@ -27,3 +27,9 @@ git log -S <string> archivo
|
|||
```
|
||||
|
||||
[StackOverflow](https://stackoverflow.com/a/4404551)
|
||||
|
||||
## Borrar archivos sin trackear
|
||||
|
||||
```
|
||||
git clean
|
||||
```
|
||||
|
|
Reference in a new issue