From 4e24d45804994cafa5d553927d1894d9bdd62aec Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Mon, 19 Aug 2024 13:03:50 +0200 Subject: [PATCH] link to visualizations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 041767e..61db69e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - `git checkout ` ➔ `DETACHED HEAD` problem, __changes__ __files__ - interaction with branches: `git branch ` + `git switch ` - `git gui`: building commits along the way interactively (for the *mess around* type of workflows) +- check out these [sketches](git-commands-visualizations.pdf) for a graphical visualization of git commands! ## The Open Source model - remotes: `git pull `, `git push `, `git fetch `, `git merge `