Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ydb/docs/en/core/development/suggest-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your_dev_branch>
git fetch origin main:main
git rebase main
```
4 changes: 1 addition & 3 deletions ydb/docs/ru/core/development/suggest-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ Pull Request может быть замержен после получения
```
# Предполагается, что ваша активная ветка является вашей веткой разработки
gh repo sync your_github_login/ydb -s ydb-platform/ydb
git checkout main
git pull
git checkout <your_dev_branch>
git fetch origin main:main
git rebase main
```