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; +}