devel:gitconfig
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devel:gitconfig [2018/05/02 13:06] – boman | devel:gitconfig [2025/09/25 07:16] (current) – [Utiliser git] boman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Utiliser git ====== | ||
| + | |||
| + | Ci dessous, les présentations git de Romain: | ||
| + | * [[https:// | ||
| + | * {{: | ||
| + | |||
| + | |||
| + | |||
| ====== Configurer git correctement ====== | ====== Configurer git correctement ====== | ||
| + | |||
| + | Git stocke sa config dans le fichier '' | ||
| ===== Sous windows ===== | ===== Sous windows ===== | ||
| Line 5: | Line 15: | ||
| Dans un git bash, tapez les commandes: | Dans un git bash, tapez les commandes: | ||
| git config --global user.name | git config --global user.name | ||
| - | git config --global user.email | + | git config --global user.email |
| git config --global core.autocrlf true | git config --global core.autocrlf true | ||
| Line 19: | Line 29: | ||
| Dans un terminal, tapez les commandes: | Dans un terminal, tapez les commandes: | ||
| git config --global user.name | git config --global user.name | ||
| - | git config --global user.email | + | git config --global user.email |
| git config --global core.autocrlf input | git config --global core.autocrlf input | ||
| La dernière commande permet d' | La dernière commande permet d' | ||
devel/gitconfig.1525259217.txt.gz · Last modified: by boman
