Closed gochist closed 6 years ago
2018-08-28 회의
안건에 추가했습니다.
@zparnold @jimangel I translated and updated this issue in English. Thank you for your help in advance.
/assign
According to the Branching Tactics For k/k-docs-ko, I made our working branch up-to-date by #40, #41 and #42 . This tactics will be applied until we find a better solution.
It is first localization for us after Hugo migration, SIG Docs encouraged us to find a good solution about branching strategy and share it with other l10n team. Using subtree was one of the candidates but I can’t figure out a good workflow with it.
Currently our working branch, k/k-docs-ko
dev-1.12
was checked out from k/websiterelease-1.12
branch. Our working branch is already outdated so far from current k/websiterelease-1.12
branch. So we need to updatedev-1.12
so that it can catch uprelease-1.12
of k/website.These are the tasks to do when we update
dev-1.12
:content/en
fromdev-1.12
to w/websiterelease-1.12
. If we have any corresponding file with the list incontent/ko
, they are the outdated files. So we need to open an issue to update them.It is not hard for doing no.1. I write my own script and it works.
For no.2, rebasing
dev-1.12
ontok/website release-1.12
with a command line likegit rebase –onto website/release-1.12 HEAD~#N
will work where #N is the number of our local commits.But I not sure that we can rebase the public working branch without side-effect. Any good idea?