We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1dad0 commit f35bbb1Copy full SHA for f35bbb1
update-plan/plan.adoc
@@ -16,9 +16,8 @@
16
// # Дивимося конфлікти
17
// git show origin/english-version:$f > $f-old-english
18
// git show 2.1.434:$f > $f-cur-english
19
-// git show HEAD:$f > $f-ukrainian
20
-// git merge-file --diff3 -p $f-ukrainian $f-old-english $f-cur-english > $f
21
-// rm $f-ukrainian $f-old-english $f-cur-english
+// git merge-file --diff3 $f $f-old-english $f-cur-english
+// rm $f-old-english $f-cur-english
22
// ----
23
//
24
// Виправляємо файл і робимо PR.
0 commit comments