From 7ec8a41079bbca24548063ee778e81e901e918bc Mon Sep 17 00:00:00 2001 From: Aleksandr Isakov Date: Mon, 19 Dec 2022 17:43:08 +0300 Subject: [PATCH 1/2] Created a new branch instruction and located there Instruction file --- Instruction.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Instruction.md diff --git a/Instruction.md b/Instruction.md new file mode 100644 index 0000000..fe7f999 --- /dev/null +++ b/Instruction.md @@ -0,0 +1,5 @@ +# Our `to do` list +1. Make fork of formatREADME repository +2. Make `clone` of the repository to work locally +3. Make new branch `instruction` to create there the file `instruction.md` +4. Initiate a commit of steps 1-3 above \ No newline at end of file From 7489deb098559a4d15de41d14c5be5008b2c806c Mon Sep 17 00:00:00 2001 From: Aleksandr Isakov Date: Mon, 19 Dec 2022 17:55:28 +0300 Subject: [PATCH 2/2] Instruction is finished --- Instruction.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Instruction.md b/Instruction.md index fe7f999..09fb043 100644 --- a/Instruction.md +++ b/Instruction.md @@ -1,5 +1,8 @@ # Our `to do` list 1. Make fork of formatREADME repository 2. Make `clone` of the repository to work locally -3. Make new branch `instruction` to create there the file `instruction.md` -4. Initiate a commit of steps 1-3 above \ No newline at end of file +3. Make new branch `instruction` (not obligatory) to create there the file `instruction.md` (file can be created in the main branch) +4. Initiate a commit of steps 1-3 above +5. Merge branches main and instruction (not obligatory) +6. Make `Push` this updated repository to GitHub +7. Make screen-shot of pull request \ No newline at end of file