Talk:Gerrit/resolve conflict

From mediawiki.org
Latest comment: 10 years ago by S Page (WMF) in topic Missing git fetch step?

How to efficiently resolve?[edit]

It doesn't really say a lot about how you go about efficiently resolving conflicts; it just says "Edit the conflicting file (in this case .gitignore)." Suppose you are changing one part of an i18n file and translatewiki changes another; isn't there some better way to merge the changes besides manually editing and perhaps copying and pasting from one file to the other to get the version that you submit? There's some easy way to do a three-way merge and narrow down what needs to be manually edited to just those particular items that are actually in conflict, right? Leucosticte (talk) 12:36, 6 October 2012 (UTC)Reply

Missing git fetch step?[edit]

Do you need to git fetch gerrit to get the latest commits (in the example, to the gerrit/production branch)? Does git review -d pull down all the latest commits from the remote repository? -- S Page (WMF) (talk) 22:51, 23 April 2013 (UTC)Reply