forked from serafim/dos
1
0
Fork 0
This commit is contained in:
Serafim 2025-03-04 11:29:00 +03:00
commit b7fc57513d
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Как жить?
```
git clone https://gitea.serafimdev.com/serafim/dos # Клонируем репозиторий
git checkout -b my_dns # Создаём ветку для реализации модуля my_dns
git add * # Добавляем написанный код в комит
git commit -m 'Написал код' # Комитим в локальную ветку
git push origin my_dns # Пушим свою ветку в репозиторий
# Теперь в интерфейсе https://gitea.serafimdev.com/serafim/dos создаём пул реквест и пишем мне в тг
```