Skip to content

Commit a03a2bc

Browse files
Return --global to git authorship guideline (#963)
* Update suggest-change.md * Return --global to git authorship guideline
1 parent dc192af commit a03a2bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Run the following command from your repository directory to set up your name and
136136
cd ~/ydbwork/ydb
137137
```
138138
```
139-
git config user.name "Marco Polo"
140-
git config user.email "marco@ydb.tech"
139+
git config --global user.name "Marco Polo"
140+
git config --global user.email "marco@ydb.tech"
141141
```
142142

143143
## Working on a feature {#feature}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ cd ~/ydbwork
138138
cd ~/ydbwork/ydb
139139
```
140140
```
141-
git config user.name "Marco Polo"
142-
git config user.email "marco@ydb.tech"
141+
git config --global user.name "Marco Polo"
142+
git config --global user.email "marco@ydb.tech"
143143
```
144144

145145
## Работа над изменением {#feature}
@@ -241,4 +241,4 @@ Pull Request может быть замержен после получения
241241
gh repo sync your_github_login/ydb -s ydb-platform/ydb
242242
git fetch origin main:main
243243
git rebase main
244-
```
244+
```

0 commit comments

Comments
 (0)