- BASICS
- States
- Ignore
- Remove
- Reset
- Restore
- BRANCH
-
Create Branch
- Merge Branch
- Force Merge
- Undo Merge
- Php Branch
- Diff
- UNDO
- Push Force
- Exclude Files
- GITHUB
- Hooks
- Repository
- Authentication
Questions and answers
Create a branch
- a) git checkout test
- b) git branch test
Create branch and switch to it
- a) git checkout -b dev
- b) git branch -d dev