From d2be5790562c70c7b15e2895c2ca201f0340d201 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Wed, 10 Mar 2021 14:47:46 +0100 Subject: [PATCH] add diagram in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index def7528..3780b17 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,10 @@ Remote Servers If you own a privileged access to a remote on a server (e.g. gitolite on LAN, github or gitlab on internet, etc.), you can backup a set of commits with a `push`. + +Workflow summary +================ + Classical workflow for working with others: 0. `pull` 1. `checkout -b feat/myfeat` @@ -151,6 +155,9 @@ Classical workflow for working with others: - send a patch, or - on the issue tracker. +![Gitcrux workflow diagram](./gitcrux_cheatsheet.svg) + + Nice Git features =================