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 +```