Summary
Congratulations on completing Chapter 6! You’ve navigated through the twists and turns of merge conflicts and emerged more skilled and confident.
This chapter was all about mastering merge conflicts. We learned what merge conflicts are and how to resolve them through various methods and in multiple scenarios. With these skills, you can now do the following:
- Identify merge conflicts, understanding them as natural parts of collaborative coding
- Resolve conflicts both using GitHub’s UI and the command line, blending different changes into a harmonious final product
- Become a more effective team player, able to handle conflicts in your projects with ease and expertise
As you continue building your one-page portfolio website, remember that merge conflicts are just opportunities to synergize different ideas and improvements. In the next chapter, you’ll learn how to navigate, alter, and understand the history of your coding projects in...