add diagram in readme

This commit is contained in:
Johann Dreo 2021-03-10 14:47:46 +01:00
commit d2be579056

View file

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