From 063615621f8cf9cd6fd7fbd1fce96102932c3498 Mon Sep 17 00:00:00 2001 From: waldek Date: Mon, 2 May 2022 22:25:49 +0200 Subject: [PATCH] adds flow image --- learning_git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/learning_git.md b/learning_git.md index 4739c2e..6c19802 100644 --- a/learning_git.md +++ b/learning_git.md @@ -12,6 +12,8 @@ You can publish, with all histories, projects in a Git platform like Gitea, GitH With this tool, you can commit projects, compare projects. That is the best tool for teamwork. +![git flow](./assets/git-flow.png) + # Git via `bash` ## Initialing a git repo