Cette vidéo est une introduction à GIT et Github. Après avoir vu à quoi sert un outil de versionning nous allons préciser le rôle de GIT et celui de Github. Nous allons nous créer un compte sur Github et installer GIT localement sur notre machine. Une fois installé, nous allons modifier un projet et suivre le cheminement entre la modification et la publication sur Github. Cela va nous amener à mettre en place une identification entre GIT et Github.
Installer GIT : https://www.atlassian.com/git/tutorials/install-git
Git for windows : https://gitforwindows.org/
Clés SSH sous gitHub : https://docs.github.com/fr/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
0:00 • Présentation
1:54 • Qu'est-ce que c'est GIT ?
5:53 • Github et Gitlab
9:30 • Création d'un repository sur Github
20:30 • Les commandes GIT
31:06 • Installation de GIT
41:14 • git clone
45:45 • git add et git commit
51:58 • S'identifier à Github avec des clés
01:07:07 • Conclusion