...
| Bloc de code |
|---|
|
sudo yum install git gitk gitg |
| Bloc de code |
|---|
|
sudo apt-get install git-core gitk gitg |
http://windows.github.com/ (Windows)
...
www.siteduzero.com - git-scm.com
2 - Régler le proxy (si nécessaire) ?
Objectif
Permettre la communication avec GitHub.com.
...
| Bloc de code |
|---|
| language | bash |
|---|
| title | Unix & Windows |
|---|
|
git checkout -b maBrancheent-monuniv |
Résultat attendu
| Bloc de code |
|---|
|
Switched to a new branch 'maBrancheent-monuniv' |
Documentation
www.siteduzero.com - git-scm.com
...
| Bloc de code |
|---|
| language | bash |
|---|
| title | Unix & Windows |
|---|
|
git checkout master
ou
git checkout maBrancheent-monuniv |
Résultat attendu
| Bloc de code |
|---|
|
Switched to branch 'master'
Switched to branch 'maBrancheent-monuniv' |
Documentation
www.siteduzero.com - git-scm.com
...