File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ Run the following command from your repository directory to set up your name and
136136cd ~/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}
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ cd ~/ydbwork
138138cd ~/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 может быть замержен после получения
241241gh repo sync your_github_login/ydb -s ydb-platform/ydb
242242git fetch origin main:main
243243git rebase main
244- ```
244+ ```
You can’t perform that action at this time.
0 commit comments