From ba12f76c907ea7270a8c02cf0148d6e9c293af4d Mon Sep 17 00:00:00 2001 From: Yax Date: Fri, 27 Mar 2026 21:29:02 +0100 Subject: [PATCH] Update git note --- notes/git.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/notes/git.md b/notes/git.md index 3e75d6f..6260044 100644 --- a/notes/git.md +++ b/notes/git.md @@ -152,17 +152,8 @@ deafcbf HEAD@{2}: checkout: moving from master to my-branch $ git reset HEAD@{2} --hard ``` +Désactiver le pull d'un submodule à problème -# GitHub - -Générer un Personal Access Token pour les accès HTTPS - - git config --global credential.https://github.com.helper cache - - git credential approve <.update none +```