
Initiation à Git
Git est un logiciel de gestion de versions décentralisé. Il permet de gérer des versions de fichiers de manière efficace. Il est utilisé par de nombreuses entreprises et projets open source.
%%{init: { 'gitGraph': {'showBranches': true, 'showCommitLabel': false}} }%%
gitGraph
commit id: "1"
branch dark_mode
commit id: "2"
checkout dark_mode
checkout dark_mode
commit id: "3"
checkout main
commit id: "4"
branch i18n
checkout i18n
commit id: "5"
checkout main
commit id: "6"
checkout dark_mode
commit id: "7"
checkout main
merge dark_mode id: "8"
checkout i18n
commit id: "9"
checkout main
commit id: "10"
Vous pouvez retrouver le support de présentation juste ici.