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
Update Home authored Jul 25, 2018 by Andrew James Collett's avatar Andrew James Collett
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ f0f11a10
...@@ -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`.
......
Clone repository
  • Home