... | @@ -32,7 +32,7 @@ Command | Effect |
... | @@ -32,7 +32,7 @@ Command | Effect |
|
<a name="set-email"></a>`git config --global user.email "YOUR_EMAIL"` | Set up the email address for your commits.
|
|
<a name="set-email"></a>`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.
|
|
<a name="set-simple"></a>`git config --global push.default simple` | Set up git to push only the current branch by default.
|
|
<a name="set-simple"></a>`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 -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`.
|
|
|
|
|
|
|
|
|
... | | ... | |