Test and Learn Git
Let's learn Git
- Introduction
- Difference between workig tree, staging area and committed history.
- Commands:
- git config --global user.name="your username"
- git config --global user.email="your email"
- git add
- git commit
- git log
- git log --all --decorate --online --graph
- git branch
- git checkout -b
- git diff
- git merge
- git branch --merged
- git status