diff --git a/TUTO_Git_SourceTree.md b/TUTO_Git_SourceTree.md new file mode 100644 index 0000000..2c00bc5 --- /dev/null +++ b/TUTO_Git_SourceTree.md @@ -0,0 +1,29 @@ +Tutoriel pour Git avec SourceTree +============ +Le but de ce tuto est d'expliquer comment faire des commits proprement sur le Gitea de Zoz. + +## Table des matières +- [1. Introduction & Installation](#1-introduction-installation) +- [2. Comment faire un commit proprement](#2-comment-faire-un-commit-proprement) + - [2.1. Creation des branches](#2-1-creation-des-branches) + - [2.1.1. Créer une branche à son pseudo `mon_pseudo` depuis la branche `master`](#2-1-1-créer-une-branche-à-son-pseudo-mon-pseudo-depuis-la-branche-master) + - [2.1.2. Créer Une branche de travail depuis sa branche `mon_pseudo`](#2-1-2-créer-une-branche-de-travail-depuis-sa-branche-mon-pseudo) + - [2.2. Envoi du premier commit](#2-2-envoi-du-premier-commit) + +## 1. Introduction & Installation + +Ce petit tuto va utiliser l'application SourceTree : [https://www.sourcetreeapp.com/](https://www.sourcetreeapp.com/).
+J'ai essayer plusieurs clients Git pour windows et macOS, et la seule (parmis celles essayées) offre une interface graphique assez similaire sur ces deux plateformes, et est assez facile d'utilisation. Ce tuto sera donc en partie rédigé pour utiliser cette application. + +Vous devrez aussi avoir installé Git pour windows (ou macos) : [https://git-scm.com/downloads](https://git-scm.com/downloads). Ça pourra être nécessaire si on passe par la ligne de commande. + + +## 2. Comment faire un commit proprement + +### 2.1. Creation des branches + +#### 2.1.1. Créer une branche à son pseudo `mon_pseudo` depuis la branche `master` + +#### 2.1.2. Créer Une branche de travail depuis sa branche `mon_pseudo` + +### 2.2. Envoi du premier commit diff --git a/Tuto-Git-SourceTree/Capture-01.png b/Tuto-Git-SourceTree/Capture-01.png new file mode 100644 index 0000000..ed3b87c Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-01.png differ diff --git a/Tuto-Git-SourceTree/Capture-02.png b/Tuto-Git-SourceTree/Capture-02.png new file mode 100644 index 0000000..aa0a4ff Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-02.png differ diff --git a/Tuto-Git-SourceTree/Capture-03.png b/Tuto-Git-SourceTree/Capture-03.png new file mode 100644 index 0000000..04c4546 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-03.png differ diff --git a/Tuto-Git-SourceTree/Capture-04.png b/Tuto-Git-SourceTree/Capture-04.png new file mode 100644 index 0000000..64cbc36 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-04.png differ diff --git a/Tuto-Git-SourceTree/Capture-05.png b/Tuto-Git-SourceTree/Capture-05.png new file mode 100644 index 0000000..02007c3 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-05.png differ diff --git a/Tuto-Git-SourceTree/Capture-06.png b/Tuto-Git-SourceTree/Capture-06.png new file mode 100644 index 0000000..bcbce67 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-06.png differ diff --git a/Tuto-Git-SourceTree/Capture-07.png b/Tuto-Git-SourceTree/Capture-07.png new file mode 100644 index 0000000..2c3d8e7 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-07.png differ diff --git a/Tuto-Git-SourceTree/Capture-08.png b/Tuto-Git-SourceTree/Capture-08.png new file mode 100644 index 0000000..bd9d0d1 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-08.png differ diff --git a/Tuto-Git-SourceTree/Capture-09.png b/Tuto-Git-SourceTree/Capture-09.png new file mode 100644 index 0000000..d419128 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-09.png differ diff --git a/Tuto-Git-SourceTree/Capture-10.png b/Tuto-Git-SourceTree/Capture-10.png new file mode 100644 index 0000000..5879d99 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-10.png differ diff --git a/Tuto-Git-SourceTree/Capture-11.png b/Tuto-Git-SourceTree/Capture-11.png new file mode 100644 index 0000000..e9bba36 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-11.png differ diff --git a/Tuto-Git-SourceTree/Capture-12.png b/Tuto-Git-SourceTree/Capture-12.png new file mode 100644 index 0000000..1ea25df Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-12.png differ diff --git a/Tuto-Git-SourceTree/Capture-13.png b/Tuto-Git-SourceTree/Capture-13.png new file mode 100644 index 0000000..1d4899e Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-13.png differ diff --git a/Tuto-Git-SourceTree/Capture-14.png b/Tuto-Git-SourceTree/Capture-14.png new file mode 100644 index 0000000..e374766 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-14.png differ diff --git a/Tuto-Git-SourceTree/Capture-15.png b/Tuto-Git-SourceTree/Capture-15.png new file mode 100644 index 0000000..2701687 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-15.png differ diff --git a/Tuto-Git-SourceTree/Capture-16.png b/Tuto-Git-SourceTree/Capture-16.png new file mode 100644 index 0000000..3c5ace5 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-16.png differ diff --git a/Tuto-Git-SourceTree/Capture-17.png b/Tuto-Git-SourceTree/Capture-17.png new file mode 100644 index 0000000..d23d9b2 Binary files /dev/null and b/Tuto-Git-SourceTree/Capture-17.png differ diff --git a/Tuto-Git-SourceTree/SourceTree-Git-config.png b/Tuto-Git-SourceTree/SourceTree-Git-config.png new file mode 100644 index 0000000..6276b6c Binary files /dev/null and b/Tuto-Git-SourceTree/SourceTree-Git-config.png differ