From f91cc8faf5083c8c5bf9ea6966176b93ffb0e155 Mon Sep 17 00:00:00 2001 From: GP_DEV Date: Sat, 2 Aug 2025 21:23:24 +0300 Subject: [PATCH] =?UTF-8?q?Maks=20|=20=D0=BF=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F?= =?UTF-8?q?=D0=BB=20=D0=B2=D0=B5=D1=82=D0=BA=D1=83=20=D0=BF=D0=BE=20=D1=83?= =?UTF-8?q?=D0=BC=D0=BE=D0=BB=D1=87=D0=B0=D0=BD=D0=B8=D1=8E=20=D0=BD=D0=B0?= =?UTF-8?q?=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81d17d8..f9078fd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ``` 3. Скачать компоненты через git subtree: ```bash - git subtree pull --prefix=template-parts/la-components la-components main + git subtree pull --prefix=template-parts/la-components la-components master ``` 4. Установить зависимости: `npm install` 5. Собрать ассеты: `npm run dev` или `npm run production` @@ -27,12 +27,12 @@ #### Обновить компоненты (получить изменения из la-components): ```bash -git subtree pull --prefix=template-parts/la-components la-components main +git subtree pull --prefix=template-parts/la-components la-components master ``` #### Отправить изменения обратно в la-components: ```bash -git subtree push --prefix=template-parts/la-components la-components main +git subtree push --prefix=template-parts/la-components la-components master ``` #### Посмотреть историю изменений в subtree: