Добавляю уже существующий проект в репозиторий GIT
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Проект: Автоматизация задач с использованием Cursor AI
|
||||
|
||||

|
||||
|
||||
> Краткое описание проекта
|
||||
|
||||
## 🚀 Работа с GIT:
|
||||
```bash
|
||||
lxc shell code
|
||||
cd /root/lib/ssh_client
|
||||
source bin/activate
|
||||
git status
|
||||
git add .
|
||||
git commit -a -m 'Реструктуризировал проект'
|
||||
git push -u origin main
|
||||
exit
|
||||
Reference in New Issue
Block a user