... | @@ -31,6 +31,7 @@ Command | Effect |
... | @@ -31,6 +31,7 @@ Command | Effect |
|
`git config --global user.name "YOUR_USERNAME"` | Set up your name for your commits.
|
|
`git config --global user.name "YOUR_USERNAME"` | Set up your name for your commits.
|
|
`git config --global user.email "YOUR_EMAIL"` | Set up the email address for your commits.
|
|
`git config --global user.email "YOUR_EMAIL"` | Set up the email address for your commits.
|
|
`git config --global color.ui auto` | Enable some colourful git output.
|
|
`git config --global color.ui auto` | Enable some colourful git output.
|
|
|
|
`git config --global push.default simple` | Set up git to push only the current branch by default.
|
|
`git config --global core.editor "gedit -w -s" ` | Set commit message editor to `gedit`. Simple GUI editor.
|
|
`git config --global core.editor "gedit -w -s" ` | Set commit message editor to `gedit`. Simple GUI editor.
|
|
`git config --global core.editor "vim" ` | Set the default commit message editor to `vim`.
|
|
`git config --global core.editor "vim" ` | Set the default commit message editor to `vim`.
|
|
|
|
|
... | | ... | |