What is a Git merge conflict, and how can it be resolved?
Answer: A merge conflict occurs when Git can't automatically merge changes from different branches. Resolving conflicts involves manually editing the affected files to reconcile differences between conflicting changes.#git #github