From b42fd698224c3b5ed69c2347cd678974e8843096 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 17 Oct 2025 08:46:58 +0200 Subject: [PATCH] =?UTF-8?q?Add=20a=20git=20m=C3=A9mo=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/shell/commands/Git.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wiki/shell/commands/Git.mdwn diff --git a/wiki/shell/commands/Git.mdwn b/wiki/shell/commands/Git.mdwn new file mode 100644 index 0000000..e6fe6b2 --- /dev/null +++ b/wiki/shell/commands/Git.mdwn @@ -0,0 +1,7 @@ +# Git + +## Exécuter git depuis un autre répertoire que celui du dépot + +``` +git -C +```