| title | Git config |
|---|---|
| category | Git |
Ne pas oublier : l'aide en ligne de commande.
git help config
git help push
git help pull
git help branch# Identity Name
git config --global user.name "aquelito"
# Identity Email
git config --global user.email "axel@aquelito.fr"
# Editor Tool
git config --global core.editor subl
# Diff Tool
git config --global merge.tool filemergeListe des globals
git config --list