Repository for training GIT session
|
|
vor 8 Jahren | |
|---|---|---|
| exercices | vor 8 Jahren | |
| sheets | vor 8 Jahren | |
| slides | vor 8 Jahren | |
| .gitignore | vor 8 Jahren | |
| Git_ELIC.pdf | vor 8 Jahren | |
| LICENSE | vor 8 Jahren | |
| README.md | vor 8 Jahren |
Repository for training Git session
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
Do 'CTRL+V' in http://www.climate.be:3000/user/settings/ssh and:
git clone ssh://git@www.climate.be:3022/TECLIM/Git_Training.git
This project is under the Creative Commons CC0 1.0 Universal License. See the LICENSE file for the full license text.