How to merge code and resolve conflicts more easily using git? -
How to merge code and resolve conflicts more easily using git? -
there great alternative --patch can used git add.
using alternative can review changes , decide chunks should added staging area. interactive process can made through modified files.
i looking similar resolving conflicts. after rebase or merge list of both modified files.
is there command which:
1) help me iterate through both modified files? annoying when have re-create every path file manually open it.
2) resolve conflicts automagically using head/main version?
you should have git mergetool should of help resolving conflicts through command line.
git merge conflict
Comments
Post a Comment