Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 336 Bytes

File metadata and controls

10 lines (7 loc) · 336 Bytes

Git Conflict Experience

What caused the conflict?

  • Both main and conflict-test branches edited the same line in README.md.

How did you resolve it?

  • Used Zed's merge tool to keep the main (HEAD) version, then staged and committed.

What did you learn?

  • Refreshed branch control and merge conflict knowledge.