mvavilov 2 дней назад
Родитель
Сommit
ccc8479fe5
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      README.MD

+ 10 - 0
README.MD

@@ -3,4 +3,14 @@
     ```
     C:\Users\User\skv3_lab>git init
     Initialized empty Git repository in C:/Users/User/skv3_lab/.git/
+    ```
+1. Выполняем команду git status
+    
+    ```
+    C:\Users\User\skv3_lab>git status
+    On branch master
+
+    No commits yet
+
+    nothing to commit (create/copy files and use "git add" to track)
     ```