... | @@ -17,7 +17,7 @@ A more complete "cheat-sheet" can be found **[here](https://about.gitlab.com/ima |
... | @@ -17,7 +17,7 @@ A more complete "cheat-sheet" can be found **[here](https://about.gitlab.com/ima |
|
Command | Effect
|
|
Command | Effect
|
|
--- | ---
|
|
--- | ---
|
|
`git config --global user.name "YOUR_USERNAME"` | Setup your name for your commits
|
|
`git config --global user.name "YOUR_USERNAME"` | Setup your name for your commits
|
|
`git config --global user.email "your_email_address@example.com"` | Setup the email address for your commits.
|
|
`git config --global user.email "YOUR_EMAIL"` | Setup 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.
|
|
|
|
|
|
|
|
|
... | | ... | |