Top "Git-merge-conflict" questions

Questions about resolving merge conflicts in Git.

Git - how to automatically resolve "deleted by us" conflict when cherry-picking

I run the following command: git cherry-pick SHA --strategy-option theirs and get a conflict like this waiting for manual resolution: …

git git-cherry-pick git-merge-conflict
Resolving conflicts in SmartGit - Finding conflicting files

I have done a rebase in SmartGit. My respository is marked with a red < rebasing > in SmartGit If …

git rebase merge-conflict-resolution smartgit git-merge-conflict
Git + Windows + Visual Studio Merge Conflicts Caused by Line Ending Issues between branches

I'm having a difficult time trying to properly merge to branches. The branches seem to have line ending issues because …

git visual-studio github git-merge-conflict