diff --git a/Git.md b/Git.md index 50dfa10..39ae8e0 100644 --- a/Git.md +++ b/Git.md @@ -27,3 +27,9 @@ git log -S archivo ``` [StackOverflow](https://stackoverflow.com/a/4404551) + +## Borrar archivos sin trackear + +``` +git clean +```