aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexSm <alex@ydb.tech>2024-01-12 13:58:18 +0100
committerGitHub <noreply@github.com>2024-01-12 13:58:18 +0100
commita03a2bc33ea78a8d23f094c147550824bb0784d6 (patch)
treed2c23d283c1d61a254cf4dc138ebca03cdad8668
parentdc192afcdda545c4a69036620ccb5a0b1a722845 (diff)
downloadydb-a03a2bc33ea78a8d23f094c147550824bb0784d6.tar.gz
Return --global to git authorship guideline (#963)
* Update suggest-change.md * Return --global to git authorship guideline
-rw-r--r--ydb/docs/en/core/development/suggest-change.md4
-rw-r--r--ydb/docs/ru/core/development/suggest-change.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/ydb/docs/en/core/development/suggest-change.md b/ydb/docs/en/core/development/suggest-change.md
index 4e66fe36fe..a22eae7a49 100644
--- a/ydb/docs/en/core/development/suggest-change.md
+++ b/ydb/docs/en/core/development/suggest-change.md
@@ -136,8 +136,8 @@ Run the following command from your repository directory to set up your name and
cd ~/ydbwork/ydb
```
```
-git config user.name "Marco Polo"
-git config user.email "marco@ydb.tech"
+git config --global user.name "Marco Polo"
+git config --global user.email "marco@ydb.tech"
```
## Working on a feature {#feature}
diff --git a/ydb/docs/ru/core/development/suggest-change.md b/ydb/docs/ru/core/development/suggest-change.md
index 4c98febe8b..fb9d6069cd 100644
--- a/ydb/docs/ru/core/development/suggest-change.md
+++ b/ydb/docs/ru/core/development/suggest-change.md
@@ -138,8 +138,8 @@ cd ~/ydbwork
cd ~/ydbwork/ydb
```
```
-git config user.name "Marco Polo"
-git config user.email "marco@ydb.tech"
+git config --global user.name "Marco Polo"
+git config --global user.email "marco@ydb.tech"
```
## Работа над изменением {#feature}
@@ -241,4 +241,4 @@ Pull Request может быть замержен после получения
gh repo sync your_github_login/ydb -s ydb-platform/ydb
git fetch origin main:main
git rebase main
-``` \ No newline at end of file
+```