Repository for training GIT session

Pierre-Yves Barriat ac0c88eda2 Update 'README.md' 7 vuotta sitten
exercices 2860595e28 Add generic README file 7 vuotta sitten
sheets 9294109267 Add slides & sheets 7 vuotta sitten
slides 9294109267 Add slides & sheets 7 vuotta sitten
.gitignore 6c804640df Add simple exercices 7 vuotta sitten
Git_ELIC.pdf 9294109267 Add slides & sheets 7 vuotta sitten
LICENSE 602702db50 Add LICENSE 7 vuotta sitten
README.md ac0c88eda2 Update 'README.md' 7 vuotta sitten

README.md

Git_Training

Purpose

Repository for training Git session

Getting started

Prepare your environment for the first use of Git.

For instance:

git config --global user.name "My name"
git config --global user.email "my_mail@uclouvain.be"
git config --global color.ui auto
git config --global core.editor "vim"
git config --global push.default simple

Clone the Git_Training repository.

For instance:

git clone http://my_login@www.climate.be:3000/TECLIM/Git_Training.git

Or:

[ ! -f ~/.ssh/id_rsa.pub ] && ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | xclip -sel clip
  1. Go to http://www.climate.be:3000/user/settings/ssh,
  2. click on the 'Add Key' button,
  3. enter the Key Name you want,
  4. and finally do a 'CTRL-V' in Content.

And now:

git clone ssh://git@www.climate.be:3022/TECLIM/Git_Training.git

Features

  • TO DO

Contributors

License

This project is under the Creative Commons CC0 1.0 Universal License. See the LICENSE file for the full license text.