Formation Git sous forme de cours articles
Tech With Tim: Python As Fast as Possible - YouTube — Learn Python in ~75 Minutes
https://www.youtube.com/watch?v=VchuKL44s6E
Tech With Tim: Git And GitHub in ~30 Minutes - YouTube
https://www.youtube.com/watch?v=jG4Vs81kMlc
Tobias Günther - Git for Professionals Tutorial - YouTube — Tools & Concepts for Mastering Version Control with Git via freeCodeCamp.org
https://www.youtube.com/watch?v=Uszj_k0DGsg
L'idée de ce billet est d'avoir un github chez soi.
Ou comment rebase proprement son dépôt pour retirer ce qui n'aurait jamais du y être commit, tout en conservant l'historique (si si, c'est possible).
gws is a KISS, bash, colorful helper to manage workspaces composed of git repositories.
Résumé des commandes utiles sur GIT
Des explications complémentaires, une fois que l'on a commencé à se servir de git pour mieux le maitriser.
Apprendre Git en 15 minutes
http://try.github.io/levels/1/challenges/1
Git Reference
http://gitref.org/
Git Workflows by Yan Pritzker
Why use git?
http://documentup.com/skwp/git-workflows-book
Git Experience…
https://robotics.usc.edu/~ampereir/wordpress/?p=487
My Git Workflow by Oliver Steele
http://blog.osteele.com/posts/2008/05/my-git-workflow
Why Git is Better than X (where X is one of: hg bzr svn perforce)
http://thkoch2001.github.io/whygitisbetter/
Coloration dans la console pour GIT
http://www.markhansen.co.nz/color-git/
Ce que j’aurais aimé savoir quand j’ai commencé GIT
http://lilobase.wordpress.com/2014/05/12/a-la-decouverte-de-git/
git config --global user.name "Nom prénom"
git config --global user.email email@adresse
git config --global --add color.ui true