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