Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Git Beginners Git Beginners
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Computer-ScienceComputer-Science
  • Git BeginnersGit Beginners
  • Wiki
  • Home

Home · Changes

Page history
Added the Setup part of the cheat sheet. authored Jul 20, 2018 by Andrew James Collett's avatar Andrew James Collett
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ bef88fc9
......@@ -17,7 +17,7 @@ A more complete "cheat-sheet" can be found **[here](https://about.gitlab.com/ima
Command | Effect
--- | ---
`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.
......
Clone repository
  • Home