@@ -10,7 +10,7 @@ On Linux, you can install git with the package manager. For example, with Ubuntu
```
sudo apt install git
```
Git will open an text editor when running certain commands such as "git merge" or "git commit". The default editor is [vim](https://www.vim.org/) which is rather difficult to use. If you don't plan to use vim, set the environment variable `EDITOR` to the name of your editor by adding the following line at the end of your `~/.bashrc` file:
Git will open a text editor when running certain commands such as "git merge" or "git commit". The default editor is [vim](https://www.vim.org/) which is rather difficult to use. If you don't plan to use vim, set the environment variable `EDITOR` to the name of your editor by adding the following line at the end of your `~/.bashrc` file:
```
export EDITOR=XXXX
```
...
...
@@ -124,7 +124,7 @@ There are numerous tutorials on git on the web:
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)).
There are also several e-books, which can be legally downloaded from [ULiège's library](https://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)](http://metafor.ltas.ulg.ac.be/dokuwiki/_media/devel/git_v17.pdf)