Git: Encontrar que eliminó algo
This commit is contained in:
parent
65b81dc3a4
commit
b0dd18b486
1 changed files with 7 additions and 0 deletions
7
Git.md
7
Git.md
|
@ -20,3 +20,10 @@
|
|||
colorMoved = default
|
||||
```
|
||||
|
||||
## Encontrar que commit eliminó algo
|
||||
|
||||
```
|
||||
git log -S <string> archivo
|
||||
```
|
||||
|
||||
[StackOverflow](https://stackoverflow.com/a/4404551)
|
||||
|
|
Reference in a new issue