link to visualizations
This commit is contained in:
parent
91f237edf2
commit
4e24d45804
|
@ -20,6 +20,7 @@
|
||||||
- `git checkout <commit>` ➔ `DETACHED HEAD` problem, __changes__ __files__
|
- `git checkout <commit>` ➔ `DETACHED HEAD` problem, __changes__ __files__
|
||||||
- interaction with branches: `git branch <branch_name>` + `git switch <branch_name>`
|
- interaction with branches: `git branch <branch_name>` + `git switch <branch_name>`
|
||||||
- `git gui`: building commits along the way interactively (for the *mess around* type of workflows)
|
- `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
|
## The Open Source model
|
||||||
- remotes: `git pull <from_where> <what>`, `git push <where> <what>`, `git fetch <from_where> <what>`, `git merge <another_branch>`
|
- remotes: `git pull <from_where> <what>`, `git push <where> <what>`, `git fetch <from_where> <what>`, `git merge <another_branch>`
|
||||||
|
|
Loading…
Reference in a new issue