diff --git a/TUTO_Git_SourceTree.md b/TUTO_Git_SourceTree.md
index 3fa3d79..88f0f72 100644
--- a/TUTO_Git_SourceTree.md
+++ b/TUTO_Git_SourceTree.md
@@ -50,15 +50,30 @@ Dans ce tuto, nous n'allons pas utiliser beaucoup de fonctionnalités de SourceT
#### 2.1. Méthode n°1 : depuis SourceTree
-Il faut tout d'abord se placer sur la branche master en double cliquant dessus.
-![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-10.png)
+- Il faut tout d'abord se placer sur la branche master en double cliquant dessus.
+![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-10.png)
+- Ensuite, toujours choisir "Parent de la copie de travail" avant de créer la branche :
+![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-11.png)
+
+On est maintenant prêt à faire nos commit :
+![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-12.png)
#### 2.2. Méthode n°2 : depuis l'interface web de Gitea
![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-01.png)
![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-02.png)
![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-03.png)
-![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-04.png)
+![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-04.png)
+
+Si vous créer votre branche depuis Gitea, il faudra l'importer dans SourceTree.
+- Pour ce faire :
+ - soit vous double-cliquer sur la branche distance à rapatrier,
+ - soit vous fait un clic droit dessus :
+![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-07.png)
+
+- Ensuite vous cocher bien la case indiquer, et laisser le nom qui s'affiche pour la branche locale, puis valider par OK :
+![](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/MilesTEG-TutoGitSourceTree/Tuto-Git-SourceTree/Capture-08.png)
+
## 3. Envoi du premier commit
diff --git a/Tuto-Git-SourceTree/Capture-07.png b/Tuto-Git-SourceTree/Capture-07.png
index 2c3d8e7..a404296 100644
Binary files a/Tuto-Git-SourceTree/Capture-07.png 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
index bd9d0d1..36f3bdd 100644
Binary files a/Tuto-Git-SourceTree/Capture-08.png and b/Tuto-Git-SourceTree/Capture-08.png differ
diff --git a/Tuto-Git-SourceTree/Capture-12.png b/Tuto-Git-SourceTree/Capture-12.png
index 1ea25df..f81ec19 100644
Binary files a/Tuto-Git-SourceTree/Capture-12.png and b/Tuto-Git-SourceTree/Capture-12.png differ