From 1ccdcfc37a47fa648e3a323c075d999dcd8bd1de Mon Sep 17 00:00:00 2001 From: Alina Isman Date: Sat, 8 Jul 2023 13:17:50 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83?= =?UTF-8?q?=D0=BA=D1=86=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git_instructions.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 git_instructions.md diff --git a/git_instructions.md b/git_instructions.md new file mode 100644 index 0000000..8b1974d --- /dev/null +++ b/git_instructions.md @@ -0,0 +1 @@ +## Git инструкции \ No newline at end of file From a5f834197128a208d421e8ec41fd282666f5ae3f Mon Sep 17 00:00:00 2001 From: Alina Isman Date: Sat, 8 Jul 2023 13:24:04 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B5=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=B5?= =?UTF-8?q?=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=BF=D0=BE=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git_instructions.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/git_instructions.md b/git_instructions.md index 8b1974d..d88edd3 100644 --- a/git_instructions.md +++ b/git_instructions.md @@ -1 +1,9 @@ -## Git инструкции \ No newline at end of file +## Git инструкции +### git push - +отправить изменения в удаленный репозитроий +### git pull - +выкачивает данные из удаленного репо-я и проводить слияние с локальным репо-м +### git clone- +сделать локальную копию репо-я +### fork - +копия чужого репо-я