Subject | English | Russian |
progr. | create a pull request to the target branch | создать запрос на включение изменений в целевую ветку кода (русс. перевод "запрос на включение изменений" взят из кн.: Индрасири К., Курупу Д. gRPC: запуск и эксплуатация облачных приложений Go и Java для Docker и Kubernetes • Use the git cherry-pick operation to apply changes to another branch. A new topic branch will be created with the applied changes, and then you will be prompted to create a pull request to the target branch. Alex_Odeychuk) |
progr. | rebase the source branch onto the target branch | перебазировать исходную ветку на целевую ветку (Alex_Odeychuk) |
progr. | target branch | целевая ветка кода (в системе контроля версий • The branch containing the changes that you want to merge is called the source branch. The branch that you want to push the changes into is the target branch. The common ancestor, that is to say the changeset that indicates the version from which these branches are derived, is called the base branch. Alex_Odeychuk) |
progr. | target branch mane | название целевой ветки кода (Alex_Odeychuk) |