- Basics of Git: staging, commit, push, pull, merge
- Branching strategy: main, feature
- Importance of version control in collaboration
- Created local repository
- Made multiple commits
- Created and merged feature branch
- Connected repo to GitHub and pushed code
Git helps in managing code efficiently and enables safe collaboration among developers.