Update git note

This commit is contained in:
Yax 2026-03-27 21:29:02 +01:00
parent 526b96ef22
commit ba12f76c90

View file

@ -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 <<EOF
protocol=https
host=github.com
username=$GITHUB_USERNAME
password=$GITHUB_TOKEN
EOF
```
git config submodule.<nom_module>.update none
```