Jelajahi Sumber

Обновить 'README.MD'

mvavilov 2 hari lalu
induk
melakukan
6e0aeffa09
1 mengubah file dengan 9 tambahan dan 7 penghapusan
  1. 9 7
      README.MD

+ 9 - 7
README.MD

@@ -9,7 +9,7 @@
 
     nothing to commit (create/copy files and use "git add" to track)
     ```
-    1. Создаем файл README.MD
+1. Создаем файл README.MD
     
     ```
     C:\Users\User\skv3_lab>git status
@@ -23,7 +23,7 @@
 
     nothing added to commit but untracked files present (use "git add" to track)
     ```
-    2. Выполняем команду git add
+2. Выполняем команду git add
     
     ```
 
@@ -31,7 +31,7 @@
     
     ```
     
-    3.Выполняем команду git status
+3.Выполняем команду git status
     
     ```
     C:\Users\User\skv3_lab>git status
@@ -44,7 +44,7 @@
             new file:   README.MD
     ```
     
-    4.Выполняем команду git commit
+4.Выполняем команду git commit
     
     ```
 
@@ -54,7 +54,9 @@
      create mode 100644 README.MD
      
     ``` 
-    5. Выполняем команду git log
+5. Выполняем команду git log
+
+    ```
     C:\Users\User\skv3_lab>git log
     commit 33e42864645f668929951b996d727c4c2ef33057 (HEAD -> master)
     Author: aleukhin <uriq3@mail.ru>
@@ -76,7 +78,7 @@
     Please make sure you have the correct access rights
     and the repository exists.
     ```
-    7. Выполняем команду git fetch 
+7. Выполняем команду git fetch 
     
     ```
 
@@ -85,7 +87,7 @@
     Password for 'https://mvavilov@kolei.ru':
     fatal: couldn't find remote ref HEAD
     ```
-    8. Выполняем команду git push
+8. Выполняем команду git push
     
     ```