Cours:GitQtCreator : Différence entre versions
(→sur qtcreator) |
(→sur qtcreator) |
||
Ligne 25 : | Ligne 25 : | ||
***ajouter url : | ***ajouter url : | ||
***nom : vehiculeAutonome1A ou vehiculeAutonome1A | ***nom : vehiculeAutonome1A ou vehiculeAutonome1A | ||
− | ***url : https://github.com/bjacquot/ | + | ***url : https://github.com/bjacquot/vehiculeAutonome1A.git |
+ | ***url : https://github.com/bjacquot/vehiculeAutonome1B.git | ||
**bouton récupérer | **bouton récupérer | ||
**depot local : branches | **depot local : branches |
Version du 14 octobre 2024 à 10:32
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 vehiculeAutonome1A
- url : https://github.com/bjacquot/vehiculeAutonome1A.git
- 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