| ... | @@ -16,7 +16,7 @@ Choose one editor that you know well instead of vim. |
... | @@ -16,7 +16,7 @@ Choose one editor that you know well instead of vim. |
|
|
|
|
|
|
|
## Configure git
|
|
## Configure git
|
|
|
|
|
|
|
|
From this moment, you can use "git" by right-clicking on a folder in the windows explorer and by running "git bash here". Git is also available in any command-line window (Run "cmd"), then type "git" in the terminal.
|
|
From this moment, you can use "git" by right-clicking on a folder in the windows explorer and by running "git bash here". Git is also available in any command-line window (Run "cmd", then type "git" in the terminal).
|
|
|
|
|
|
|
|
Open "git bash" and type these commands.
|
|
Open "git bash" and type these commands.
|
|
|
```
|
|
```
|
| ... | @@ -30,6 +30,7 @@ Git must know your name and e-mail address. All your personnal work will be iden |
... | @@ -30,6 +30,7 @@ Git must know your name and e-mail address. All your personnal work will be iden |
|
|
The GitLab of ULiège does not allow you to use your student ID / password for git commands. It uses a "SSH keys".
|
|
The GitLab of ULiège does not allow you to use your student ID / password for git commands. It uses a "SSH keys".
|
|
|
|
|
|
|
|
Go to the "Settings" of your account (upper right corner of the GitLab website)
|
|
Go to the "Settings" of your account (upper right corner of the GitLab website)
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
Then choose "SSH keys" on the menu on the left.
|
|
Then choose "SSH keys" on the menu on the left.
|
| ... | |
... | |
| ... | | ... | |