File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
Чтобы иметь возможность получать обновления автотестов и других частей шаблона выполните следующую команду:
12
12
13
13
```
14
- git remote add -m main template https://github.com/cpppracticum/cpp-backend-template-practicum-may .git
14
+ git remote add -m main template https://github.com/cpppracticum/cpp-backend-template-practicum-november .git
15
15
```
16
16
17
17
Для обновления шаблона выполните команду:
@@ -26,6 +26,6 @@ git fetch template && git checkout template/main .github
26
26
27
27
При отправке (push) изменений в ветку main репозитория будет запущен пайплайн Github Actions,
28
28
29
- (https://github.com/cpppracticum/cpp-backend-template-practicum-may /actions ),
29
+ (https://github.com/cpppracticum/cpp-backend-template-practicum-november /actions ),
30
30
31
31
который позволит увидеть результат прохождения тестов.
You can’t perform that action at this time.
0 commit comments