Cours:GitQtCreator : Différence entre versions
(→sur qtcreator) |
(→sur qtcreator) |
||
Ligne 24 : | Ligne 24 : | ||
**depot distant/Manage Remote | **depot distant/Manage Remote | ||
***ajouter url : | ***ajouter url : | ||
− | ***nom : vehiculeAutonome1A ou | + | ***nom : vehiculeAutonome1A ou vehiculeAutonome1B |
***url : https://github.com/bjacquot/vehiculeAutonome1A.git | ***url : https://github.com/bjacquot/vehiculeAutonome1A.git | ||
+ | ***ou | ||
***url : https://github.com/bjacquot/vehiculeAutonome1B.git | ***url : https://github.com/bjacquot/vehiculeAutonome1B.git | ||
**bouton récupérer | **bouton récupérer |
Version du 14 octobre 2024 à 10:34
s'autentifier sur github
- créer un compte sur github
- cliquer sur l'icône du profil en haut à droite
- settings
- puis en bas à gauche "developer settings"
- personnal access tokens
- tokens (classic)
- generate new token (classic)
- cocher au moins 'repo', 'admin:org', 'workflow'. write:packages
- dans un terminal sur la machine
gh auth login
- choisir GitHub.com
- choisir https
- Paste an authentication token
sur qtcreator
- créer un projet
- outil/git
- création du dépot (laisser le répertoire du projet)
- depot distant/Manage Remote
- ajouter url :
- nom : vehiculeAutonome1A ou vehiculeAutonome1B
- url : https://github.com/bjacquot/vehiculeAutonome1A.git
- ou
- url : https://github.com/bjacquot/vehiculeAutonome1B.git
- bouton récupérer
- depot local : branches
- clic droit sur master : add
- annuler les changements locaux
envoyer des modifs sur github
- outil/git/depot local/commit
- sélectionner les fichiers à envoyer
- saisir un descriptif
- outil/git/depot distant/push