Skip to content

Commit 8579425

Browse files
Fix rebase in docs (#825)
1 parent b38baa9 commit 8579425

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ydb/docs/en/core/development/suggest-change.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,6 @@ If you have conflicts on the Pull Request, you may rebase your changes on top of
237237
```
238238
# Assuming your active branch is your development branch
239239
gh repo sync your_github_login/ydb -s ydb-platform/ydb
240-
git checkout main
241-
git pull
242-
git checkout <your_dev_branch>
240+
git fetch origin main:main
243241
git rebase main
244242
```

ydb/docs/ru/core/development/suggest-change.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,6 @@ Pull Request может быть замержен после получения
239239
```
240240
# Предполагается, что ваша активная ветка является вашей веткой разработки
241241
gh repo sync your_github_login/ydb -s ydb-platform/ydb
242-
git checkout main
243-
git pull
244-
git checkout <your_dev_branch>
242+
git fetch origin main:main
245243
git rebase main
246244
```

0 commit comments

Comments
 (0)