Skip to content

How to merge new version? #2151

Answered by george-gca
dipta007 asked this question in Q&A
Discussion options

You must be logged in to vote

AFAIK unfortunately not. Git already does the best it can do automate the merge process, but in the end more complex merges must be done manually to ensure everything goes as expected. What I do in my case is try to keep my site as up-to-date as possible with the template. In my current setup I set meld as my mergetool, and basically use it kind of like in this video. The difference is that I set meld to be my default mergetool, with:

git config --global merge.tool meld

Then when solving merge I just call git mergetool and it automatically opens meld.

But in the past I had to clone the repo again and do a manual comparison between entire directories with meld.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by george-gca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants