Recitation by Kris and Viktor.
In this recitation we are going to explain what version control is. Our focus is going to be Git, GitLab and plain HTML.
git
and Linus Torvalds.git config –-global user.name "Your Name" git config -–global user.email "your@email.com"
ls ~/.ssh/ cat ~/.ssh/id_rsa.pub ssh-keygen -t rsa -C "your@email.com"
git clone https://gitlab.fabcloud.org/...
git push
.gitlab-ci
?git pull