From 049ac0e825749612e4f2533199df44664a267615 Mon Sep 17 00:00:00 2001 From: NV Date: Wed, 10 May 2023 21:45:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=88=D0=BF=D0=B0=D1=80=D0=B3=D0=B0=D0=BB=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 28 +++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..d254fd5 --- /dev/null +++ b/index.html @@ -0,0 +1,103 @@ + + + + + + + Шпаргалка по Git + + + + +
+

+ Шпаргалка по Git +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Команды Git
КомандаОписание
git init-
git init-
git clone url-
git add file-
git add .-
git commit -m "comment"-
git commit -a -m "comment"-
git push url-
git status-
git log-
git branch branch_name-
git checkout branch_name-
git checkout -b branch_name-
git remote-
+
+
+

Тесты на знание команд Git

+
    +
  1. Тест по Git
  2. +
  3. Тест на знание Git
  4. +
  5. Тест на знание основ Git
  6. + +
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..1e1d79b --- /dev/null +++ b/style.css @@ -0,0 +1,28 @@ +.header { + justify-content: center; + text-align:center; +} +ol li { + list-style-position: inside; +} +.exam { + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; +} +#table { + line-height:200% +} +footer { + padding-top: 3px; + padding-bottom: 3px; + padding-left: 30px; + background: #444; + color: white; +} +a.foo:hover { + text-decoration-color: black; + color: black; +} +a.foo { + text-decoration-color: white; + color: white; +}