... | @@ -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
|
|
|
|
|
... | | ... | |