|
@@ -20,7 +20,7 @@
|
|
|
1. Выполняем команду `git status`
|
|
|
|
|
|
```
|
|
|
- C:\Users\User\skv>git status
|
|
|
+
|
|
|
On branch master
|
|
|
|
|
|
No commits yet
|
|
@@ -29,6 +29,7 @@ Untracked files:
|
|
|
(use "git add <file>..." to include in what will be committed)
|
|
|
.gitignore
|
|
|
README.MD
|
|
|
+ nothing added to commit but untracked files present (use "git add" to track)
|
|
|
```
|
|
|
1. Выполняем команду `git add`
|
|
|
|