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:44] – [Sous linux] boman | devel:gitconfig [2026/04/15 15:26] (current) – [Sous linux] papeleux | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Utiliser git ====== | ||
| + | |||
| + | Ci dessous, les présentations git de Romain: | ||
| + | * [[https:// | ||
| + | * {{: | ||
| + | |||
| + | |||
| + | |||
| ====== Configurer git correctement ====== | ====== Configurer git correctement ====== | ||
| Line 9: | Line 17: | ||
| git config --global user.email | git config --global user.email | ||
| git config --global core.autocrlf true | git config --global core.autocrlf true | ||
| + | git config --global pull.rebase | ||
| + | | ||
| + | |||
| + | L' | ||
| - | La dernière commande | + | La dernière commande |
| Un autre option utile sous windows est '' | Un autre option utile sous windows est '' | ||
| Line 23: | Line 35: | ||
| git config --global user.email | git config --global user.email | ||
| git config --global core.autocrlf input | git config --global core.autocrlf input | ||
| + | git config --global pull.rebase | ||
| + | | ||
| + | L' | ||
| - | La dernière commande | + | La dernière commande |
devel/gitconfig.1525261470.txt.gz · Last modified: by boman
