From b0dd18b4864f5b401817a1e900455ac97155a1aa Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 3 Feb 2022 18:59:32 -0300 Subject: [PATCH] =?UTF-8?q?Git:=20Encontrar=20que=20elimin=C3=B3=20algo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Git.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Git.md b/Git.md index ccfd92e..4fb4097 100644 --- a/Git.md +++ b/Git.md @@ -20,3 +20,10 @@ colorMoved = default ``` +## Encontrar que commit eliminĂ³ algo + +``` +git log -S archivo +``` + +[StackOverflow](https://stackoverflow.com/a/4404551)