From 48a9d4533d40486e83a90738d21d7889d7d3a156 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 12 Feb 2024 11:05:00 +0100 Subject: [PATCH] Update Git.md --- cmd/Git.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/Git.md b/cmd/Git.md index 2330894..c1c30d6 100644 --- a/cmd/Git.md +++ b/cmd/Git.md @@ -4,3 +4,6 @@ equivalent in intellij image +MAN: +In addition to -M, detect lines moved or copied from other files that were modified in the same commit. This is useful when you reorganize your program and move code around across files. When this option is given twice, the command + additionally looks for copies from other files in the commit that creates the file. When this option is given three times, the command additionally looks for copies from other files in any commit.