Suddenly my local git repository bugged in a way that it didn't response to git commands, So with the help of a great professional here was able to reset, re-link it to the remote address at DevOps server.
Link to the previous topic: Previous topic
Now having some conflicts when trying to Cherry Commit my local repository changes to its DevOps location.
Used this:
git cherry-pick theversion
now it seems pending.
Please have a look at the below image:
Don't know what should I do now. I want all the current changes and files apply as it is in the local working project. Blame? Stage? Resolve? Should I select each individually? If those 14 in the below section are the conflicts, why I cannot point that I want to prioritize everything I have here to the remote version?
Considering this:
I know that I didn't do a merge, but why here there is no "Take Source button" like what it said? It can be a similar situation.