| ... | ... | @@ -100,4 +100,17 @@ You should now be able to retrieve the code from this repository with the follow |
|
|
|
```
|
|
|
|
git clone git@gitlab.uliege.be:R.Boman/gmsh-api.git
|
|
|
|
```
|
|
|
|
# Learn git
|
|
|
|
|
|
|
|
There are numerous tutorials on git on the web:
|
|
|
|
- [GitLab tutorials](https://docs.gitlab.com/ee/gitlab-basics/)
|
|
|
|
- [Official git documentation](https://git-scm.com/doc)
|
|
|
|
- [Atlassian tutorial](https://www.atlassian.com/fr/git/tutorials)
|
|
|
|
- ...
|
|
|
|
|
|
|
|
There are also several e-books, which can be legally downloaded from [ULiège's library](lib.uliege.be) or the internet (e.g. [Pro Git](https://git-scm.com/book/fr/v2)).
|
|
|
|
|
|
|
|
I have created a powerpoint presentation for teaching git to my colleagues/students. You may download the current (unfinished) version with the link below:
|
|
|
|
* [Git powerpoint (in French)](https://dox.ulg.ac.be/index.php/s/3quAKElhckErBnb)
|
|
|
|
|
|
|
|
Unlike the links above, this presentation focuses on the tools used at the University of Liège (this GitLab) and on the Windows operating system (because most of my colleagues/students use Windows). I also start the presentation by the local usage of git before using GitLab, so that branches and cleaning operations are well understood before going online. The git features of Visual Studio Code are also presented. |