Navigation
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Current Level: 12 | 13 | 14
Step 12: Git Collaboration Workflow (Continued) ๐
๐ฏ Objective
Continue practicing the Git collaboration workflow as you complete the individual pages and finalize the project.
๐ Task Requirements
Who: ALL team members
๐ Step-by-Step Instructions
- Commit Individual Pages
git add .
git commit -m "Add individual team member pages"
git push
- Commit Navigation Updates
git add .
git commit -m "Add links to individual pages"
git push
- Coordinate Final Changes
- Communicate with your team about any final updates
- Make sure everyone has pushed their latest changes
- Pull the latest version to ensure youโre up to date
- Handle Any Conflicts
- If conflicts occur, work together to resolve them
- Refer to the conflicts tutorial if needed
- Donโt hesitate to ask for help from your instructor
- Final Sync
- Everyone should pull the latest changes
- Verify that all files are present and working
- Make sure the project is complete and functional
โ
Success Criteria
๐ก Tips
- Use clear, descriptive commit messages
- Pull before making any final changes
- Communicate with your team about what youโre working on
- Test your changes before pushing
๐ Ready for Next Step?
Once all changes are committed and the team is in sync, youโre ready for Step 13: Test Your Website.
๐พ Git Workflow Reminder
After completing this step:
git add .
git commit -m "Complete individual pages and finalize project structure"
git push