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 26, 2018 by Andrew James Collett's avatar Andrew James Collett
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 514141bf
...@@ -129,7 +129,7 @@ Before we clone down a project for the first time, there are a few things we sho ...@@ -129,7 +129,7 @@ Before we clone down a project for the first time, there are a few things we sho
First, set up your username and email address globally with the [`git config`](#setup) commands. This will allow you to identify yourself in a friendly way to the server. You can find the commands [here](#set-username) and [here](#set-email) respectively. First, set up your username and email address globally with the [`git config`](#setup) commands. This will allow you to identify yourself in a friendly way to the server. You can find the commands [here](#set-username) and [here](#set-email) respectively.
Next, let's set git to only push your current branch when using the `git push` command. This is the recommended default behavior. Use [this](#git-simple) command to achieve this behavior. Next, let's set git to only push your current branch when using the `git push` command. This is the recommended default behavior. Use [this](#set-simple) command to achieve this behavior.
#### First project clone #### First project clone
......
Clone repository
  • Home