Skip to content

Commit

Permalink
Fix rebase in docs (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored Jan 2, 2024
1 parent b38baa9 commit 8579425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
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
```

0 comments on commit 8579425

Please sign in to comment.