Please enable JavaScript.
Coggle requires JavaScript to display documents.
Git (Git Areas (Workspace, Repo, Commit Tree, Stash), Operation (Local…
Git
Git Areas
Workspace
Repo
Commit Tree
Stash
Operation
Local
Branching
Merge
Rebase
Create
Cherry Pick
tags
Conflicts
Logs
Reset
Commits
--amend
compare changes
Init
.gitignore
Check status
clean
reset
reset --hard
history
log
tree
search
bisect
merge commits
branch points
HEAD
Remote
pull
fetch
push
track branch
clone
subproject
Stash
Configuration
Tips & Tricks
alias
blame
git hooks
client
server
Git workflows
Git Flow
Trunk Based Development
Math Patch Theory
Cheatsheet