$cat .git/config
[user]
name = jemacom
email = jemacomchokri@gmail.com
website = jemacom.github.io
twitter = @jemacomchokri
github = github.com/jemacom
[core]
editor = vim
cvs = git
[web]
browser = firefoxAndroid, Apache, Debian, Drupal, Django, Eclipse, Fedora,
Firefox OS(gaia),Gnome, KDE, Linux Kernel, Perl, PHP,
PostgreSQL, Qt, Ruby on Rails, X.org ...
git config --global user.name "jemacom"
git config --global user.email "jemacomchokri@gmail.com"
git config --global color.diff auto
git config --global color.status auto
git config --global color.log auto
git config --global color.branch auto$git init
vim index.html
git status$git add
git add index.html
git status$git commit
git commit -m 'First commit'
git status$git diff
vim index.html
# faire quelques changements dans le fichier index.html
git diff$git log
git log
git log -p$git remote
git remote add origin https://github.com/hackerspace-djerba/hackerspace-djerba.github.io.git$git push
git push -u origin master
git clone https://github.com/hackerspace-djerba/hackerspace-djerba.github.io.git
cd hackerspace-djerba.github.ioClonage
Et maintenant , le git est sur une roue
Merci pour votre attention