Skip to content

Commit

Permalink
New translations 02-setup.md (Ukrainian)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhodges committed Dec 10, 2024
1 parent e7f3ae7 commit a073ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion locale/uk/episodes/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ exercises: 0
В командному рядку (command line), команди Git виглядають як `git verb options`, де `verb` - це те що ми фактично хочемо зробити, та `options` - це додаткова інформація, яка може бути потрібна для `verb`. Отже, ось як Dracula налаштовує свій новий ноутбук:

```bash
Вихід з Vim
$ git config --global user.name "Vlad Dracula"
$ git config --global user.email "[email protected]"
```

Будь ласка, використовуйте своє власне ім'я та електронну пошту замість "Dracula". Ці ім'я користувача та електронна пошта будуть асоційовані з вашою подальшою діяльністю Git, а це означає, що будь-які зміни надіслані в [GitHub](https://github.com/), [BitBucket](https://bitbucket.org/), [GitLab](https://gitlab.com/) або інший хост-сервер Git після цього уроку будуть містити цю інформацію.
Expand Down

0 comments on commit a073ef0

Please sign in to comment.