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 `