исправлены ошибки, добавлены новые пояснения в гайд

This commit is contained in:
2026-06-09 07:34:26 +03:00
parent a65cb83c33
commit 8b5c57a61c
@@ -9,12 +9,13 @@
После небольшого введения перейдём к сути. Ниже будет описана процедура работы с Git для слонят. Не стоит бояться командной строки, она не кусается!
1. **Установка** (Заголовок в установщике, в скобках пояснения или предпочтительные варианты)
- Первым делом вам нужно будет установить Git с [официального сайта](https://git-scm.com/). Тут уж вы все сами знаете
- В установщике настройте следующую конфигурацию: Select components (оставляем все по дефолту(можно включить кнопочку On the Desktop)) > Choosing the default editor used by Git (Notepad если вы на винде) > Adjusting the name of the initial branch in new reepositories (Override the default branch...) > Adjusting your PATH environment (Git from the command line...) > Choosing the SSH executable (Uыe bundled OpenSSH) > Choosing HTTPS transport backend (Use the OpenSSL library) > Configuring the line ending conversions (Checkout Windows-style, commit Unix-style...) > Configuring the terminal emulator... (Use Windows'...) > Choose the default behavior of 'git pull' (Fast-forward or merge) > Choose a credential helper (Git credential manager) > Configuring extra options (Тут че хотите).
- В установщике настройте следующую конфигурацию: Select components (оставляем все по дефолту(можно включить кнопочку On the Desktop)) > Choosing the default editor used by Git (Notepad если вы на винде) > Adjusting the name of the initial branch in new reepositories (Override the default branch...) > Adjusting your PATH environment (Git from the command line...) > Choosing the SSH executable (Use bundled OpenSSH) > Choosing HTTPS transport backend (Use the OpenSSL library) > Configuring the line ending conversions (Checkout Windows-style, commit Unix-style...) > Configuring the terminal emulator... (Use Windows'...) > Choose the default behavior of 'git pull' (Fast-forward or merge) > Choose a credential helper (Git credential manager) > Configuring extra options (Тут че хотите).
Вы великолепны! Для начала работы откройте Git bash.
**Начало работы и стандартный сценарий**.
- Первым делом вам нужно клонировать репозиторий с манифестом на свою машину. В открывшемся терминале вписываем следующую команду: git clone https://git.shasp.ru/mtnp/manifesto
- Первым делом вам нужно клонировать репозиторий с манифестом на свою машину. Это создаст на вашем компьютере локальный репозиторий. В открывшемся терминале вписываем следующую команду: git clone https://git.shasp.ru/mtnp/manifesto
- Затем следует вписать данные от своего аккаунта на Git: git config --global user.name "Ваш ник на гите" и git config --global user.email "Ваш email на гите"
- cd ~/manifesto - переход в папку репозитория
- git pull - на всякий случай подтягиваем изменения с удалённого репозитория
- Дальше в стандартном сценарии вы работаете - редактируете манифест