Bonjour,
Je monte un jeu open source, mais je rencontré des problèmes.
Dans un premier temps j’installe le git.
Sa marche.
Ensuite j’écris ses commandes :
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
Sa marche parfaitement car j’ai vérifier avec cette commande vim ~/.gitconfig
Je met mon pseudo et mon adresse mail avec sa :
[code]git config --global user.name “votre_pseudo”
git config --global user.email moi@email.com[/code]
Sa marche aussi.
Ensuite je créer un dépôt
mkdir nom_depot
cd nom_depot
git init
Sa marche aussi.
je fais git pull
sa télécharge les fichiers sa marche aussi.
Pour faire une modification je crois qu’il faut utiliser la commande git clone mais je n’arrive pas à l’utiliser sur les protocoles SSH.
Un commit c’est quoi ?