From 9cefcd34e50fb508743f157a2f9240a4237406de Mon Sep 17 00:00:00 2001 From: SkyFire Date: Mon, 14 Apr 2025 11:32:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Correct.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Correct.txt b/Correct.txt index 8f7f796..a2ebf95 100644 --- a/Correct.txt +++ b/Correct.txt @@ -4,11 +4,11 @@ git init git checkout -b main touch .gitignore *пишем в .gitignore какие файлы игнорируются при загрузке +git remote add origin адрес репозитория // // после каждого изменения git add . git commit -m "Название коммита" -git remote add origin адрес репозитория git push -u origin main // \ No newline at end of file