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 =================