About Git¶
- 0.1. Git
- 0.2. Exercises
- 0.2.1. git clone
- 0.2.2. git status
- 0.2.3. git add
- 0.2.4. git rm
- 0.2.5. git commit
- 0.2.6. git push
- 0.2.7. git restore
- 0.2.8. git restore –staged
- 0.2.9. git pull
- 0.2.10. git commit -a
- 0.2.11. git commit (path)
- 0.2.12. git branch
- 0.2.13. git switch
- 0.2.14. git switch -c
- 0.2.15. git switch diverged branches
- 0.2.16. Challenge 1
- 0.2.17. Challenge 2
- 0.2.18. Challenge 3