|
|
# Official reference
|
|
|
|
|
|
[GIT Book](https://git-scm.com/book/en/v2)
|
|
|
|
|
|
# Main concepts
|
|
|
|
|
|
# Cheat sheet
|
|
|
|
|
|
- `git clone`
|
|
|
- `git checkout`
|
|
|
- `git fetch`
|
|
|
- `git pull`
|
|
|
- `git log` `git show` `git diff`
|
|
|
- `git reset`
|
|
|
- `git rebase`
|
|
|
- `git merge`
|
|
|
|
|
|
# Git flow
|
|
|
|
|
|
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
|
|
|
|