python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to restore VSC conflict highlighting?
So in visual studio code when you merge and have conflicts, visual studio code will highlight the current change in green and the incoming change in blue. However when you have different conflicts in ...
alect
Votes: 0
Answers: 2
How to fix merge conflict that involves commenting out one line, and un-commenting another?
I wanted to comment out <AppNavigator /> and un-comment <OnboardingNavigator />. Can someone explain why this is a merge conflict and how to resolve it? This is when I'm trying to do a PR ...
gkeenley
Votes: 0
Answers: 1
Detect same lines when git merge results in confict
I have a branch A and two child branches B1 and B2, that were created from it.
If I add single text/code line to a file in branch B1 and commit that change, then add the same line to the same file in ...
vladllen
Votes: 0
Answers: 1
Facing issues merging develop to release branch after feature branch got merged to release directly
The way our repo is set up is feature branch to develop to release branch to generate production build. i.e
feature -> develop -> release
But over the weekend, team merged some hot fixes directl...
R11G
Votes: 0
Answers: 1