Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
informatique:git [2015/04/03 18:02] igor |
informatique:git [2018/07/29 09:08] (Version actuelle) |
||
---|---|---|---|
Ligne 10: | Ligne 10: | ||
$ git config --global user.email [email@domain.tld] | $ git config --global user.email [email@domain.tld] | ||
$ git config --global user.signingkey [id] | $ git config --global user.signingkey [id] | ||
+ | |||
+ | ===== Créer un dépôt vide ===== | ||
+ | |||
+ | $ git --bare init | ||
===== Squash ===== | ===== Squash ===== | ||
Ligne 18: | Ligne 22: | ||
Où '' | Où '' | ||
+ | |||
+ | ===== Erreur avec le .gitignore ===== | ||
+ | |||
+ | Voir : http:// |