Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 3.46 KB

git.md

File metadata and controls

80 lines (66 loc) · 3.46 KB

Git

Critical learning

Validation

You know everyday git when you can:

You know intermediate git when you can:

You know advanced git when you can:

Ongoing reference

Refer to these man pages when you start a new project:

man git-clone
man git-init

Refer to these man pages often during a project:

man git-add
man git-branch
man git-checkout
man git-commit
man git-diff
man git-merge
man git-pull
man git-push
man git-rebase
man git-reset
man git-show
man git-stash
man git-status