diff --git a/ydb/docs/en/core/development/suggest-change.md b/ydb/docs/en/core/development/suggest-change.md index 1deacf51b567..4e66fe36fe43 100644 --- a/ydb/docs/en/core/development/suggest-change.md +++ b/ydb/docs/en/core/development/suggest-change.md @@ -237,8 +237,6 @@ If you have conflicts on the Pull Request, you may rebase your changes on top of ``` # Assuming your active branch is your development branch gh repo sync your_github_login/ydb -s ydb-platform/ydb -git checkout main -git pull -git checkout +git fetch origin main:main git rebase main ``` diff --git a/ydb/docs/ru/core/development/suggest-change.md b/ydb/docs/ru/core/development/suggest-change.md index 83e2327400e6..4c98febe8b45 100644 --- a/ydb/docs/ru/core/development/suggest-change.md +++ b/ydb/docs/ru/core/development/suggest-change.md @@ -239,8 +239,6 @@ Pull Request может быть замержен после получения ``` # Предполагается, что ваша активная ветка является вашей веткой разработки gh repo sync your_github_login/ydb -s ydb-platform/ydb -git checkout main -git pull -git checkout +git fetch origin main:main git rebase main ``` \ No newline at end of file