Explorar el Código

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

mvavilov hace 2 días
padre
commit
ccc8479fe5
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  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)
     ```