From b358dfb392ed4e7564ed62d1ad09008eae028a83 Mon Sep 17 00:00:00 2001 From: SvySor Date: Sat, 29 Oct 2022 16:54:59 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20Git=5FInstruction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Git_Instruction.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Git_Instruction.md diff --git a/Git_Instruction.md b/Git_Instruction.md new file mode 100644 index 0000000..43b90e7 --- /dev/null +++ b/Git_Instruction.md @@ -0,0 +1,13 @@ +## Это инструкция по работе с GitHub + +Найти пользователя на GitHub +Найти у пользователя нужный репозиторий +Сделать себе форк репозитория +Клонировать репозиторий себе локально на компьютер git clone +Создать свою ветку в репозитории git branch +Добавить файл, например Git_Instruction.md +Написать инструкцию по работе с Git в файле и сохранить его +Добавить файл в версионность git add Git_Instruction.md +Закоммитить файл git commit -a "Добавлен файл Git_Instruction" +Сделать git push +Сделать Pull Request на Git Hub \ No newline at end of file From 0e455a24901b12f7ec910abfec6a3ab705a16060 Mon Sep 17 00:00:00 2001 From: SvySor Date: Sat, 29 Oct 2022 16:55:44 +0300 Subject: [PATCH 2/2] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20Git=5FInstruction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Git_Instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git_Instruction.md b/Git_Instruction.md index 43b90e7..c41435c 100644 --- a/Git_Instruction.md +++ b/Git_Instruction.md @@ -8,6 +8,6 @@ Добавить файл, например Git_Instruction.md Написать инструкцию по работе с Git в файле и сохранить его Добавить файл в версионность git add Git_Instruction.md -Закоммитить файл git commit -a "Добавлен файл Git_Instruction" +Закоммитить файл git commit -m "Добавлен файл Git_Instruction" Сделать git push Сделать Pull Request на Git Hub \ No newline at end of file