From 6f0aa84b0762353744647f9fbe8c45f73807c7a9 Mon Sep 17 00:00:00 2001 From: Anastasia Antonenko Date: Sun, 16 Jun 2024 08:39:41 +0500 Subject: [PATCH 1/2] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D0=B0=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/user-manual.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 playground/user-manual.md diff --git a/playground/user-manual.md b/playground/user-manual.md new file mode 100644 index 0000000..d08cd3b --- /dev/null +++ b/playground/user-manual.md @@ -0,0 +1,9 @@ +# Список основных команд +- `git clone ` +- `git pull origin ` +- `git checkout -b ` +- `git status` +- `git diff` +- `git add --all` +- `git commit -m ""` +- `git push origin ` \ No newline at end of file From c552f62f6fbe6220a0f0365c2062f0c1f4a837dc Mon Sep 17 00:00:00 2001 From: Anastasia Antonenko Date: Sun, 16 Jun 2024 09:25:29 +0500 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=B0=20=D0=BA=D0=B0=D0=BA=D0=B8=D0=B5-=D1=82=D0=BE=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/user-manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playground/user-manual.md b/playground/user-manual.md index d08cd3b..f785656 100644 --- a/playground/user-manual.md +++ b/playground/user-manual.md @@ -6,4 +6,6 @@ - `git diff` - `git add --all` - `git commit -m ""` -- `git push origin ` \ No newline at end of file +- `git push origin ` + +Добавила какие-то изменения. \ No newline at end of file