From 8b5c57a61cfbbe4496a1fc3ac9de89f27a8fea0a Mon Sep 17 00:00:00 2001 From: mtnp Date: Tue, 9 Jun 2026 07:34:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8,=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF=D0=BE=D1=8F=D1=81=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D0=B3=D0=B0=D0=B9=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Гайд для гумманитариев по работе с Git(лер) (демо).md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Гайд для гумманитариев по работе с Git(лер) (демо).md b/Гайд для гумманитариев по работе с Git(лер) (демо).md index ad074d7..8b97c0a 100644 --- a/Гайд для гумманитариев по работе с Git(лер) (демо).md +++ b/Гайд для гумманитариев по работе с Git(лер) (демо).md @@ -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 - на всякий случай подтягиваем изменения с удалённого репозитория - Дальше в стандартном сценарии вы работаете - редактируете манифест