This project demonstrates the use of Git version control for managing code changes, creating branches, and resolving merge conflicts.
- Git repository initialization
- Branch creation and switching
- Commit and push workflow
- Merge operations
- Merge conflict resolution
git init
git add
git commit
git branch
git checkout
git merge
git push
To understand Git workflows used in DevOps and collaborative development.