https://github.com/emileber/git-from-a-to-z
Formation pratique sur l'outil de gestion de version Git
https://github.com/emileber/git-from-a-to-z
Last synced: 2 months ago
JSON representation
Formation pratique sur l'outil de gestion de version Git
- Host: GitHub
- URL: https://github.com/emileber/git-from-a-to-z
- Owner: emileber
- Created: 2018-05-22T01:16:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T03:18:12.000Z (over 2 years ago)
- Last Synced: 2025-02-05T14:50:21.733Z (4 months ago)
- Language: HTML
- Homepage: https://emileber.github.io/git-from-a-to-z
- Size: 5.66 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git de A à Z
Formation pratique sur l'outil de gestion de version Git
## Sujets abordés
- Introduction au VCS
- Différences avec SVN, Mercurial, Github, Gitlab, Bitbucket, etc. (Disambiguation)
- Histoire de Git
- L'installation de Git
- Outils visuels disponibles (MSVS, Sourcetree, Gitkraken, Github Desktop, Git Extensions)
- Concepts de base
- Opérations de base (Petit atelier intéractif)
- Configurations (gitignore, gitconfig, gitattributes, etc)
- Branching vs tags
- Merge strategies (rebase, squash, merge commit)
- Flow de développement communs (Git flow, open source et les forks)
- Résolution de conflits
- Réécrire l’histoire et corriger des problèmes dans un repo Git (Atelier intéractif)
- Trouver le coupable (Blame et bisect)## Références et tutoriels
- [Le site officiel de Git](https://git-scm.com/)
- [git - the simple guide](http://rogerdudler.github.io/git-guide/)
- [tryGit](https://try.github.io/)
- [Git for beginners: The definitive practical guide](https://stackoverflow.com/q/315911/1218980)
- [Practical Git for Everyday Professional Use](https://egghead.io/courses/practical-git-for-everyday-professional-use)