website/docs/git.md

12 lines
253 B
Markdown
Raw Permalink Normal View History

2019-05-20 14:32:39 +02:00
#info
URL <a href="https://git.webhosting.rug.nl" target="_blank">https://git.webhosting.rug.nl</a>
set environment
```
$ account@ssh.webhosting.rug.nl
$ git config --global user.name "My Username"
$ git config --global user.email "email@rug.nl"
```