|
@@ -13,6 +13,19 @@ C:\Users\User>cd qwe
|
|
C:\Users\User>git add .
|
|
C:\Users\User>git add .
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+Проверяю статус данных
|
|
|
|
+```
|
|
|
|
+C:\Users\User\qwe>git status
|
|
|
|
+On branch master
|
|
|
|
+
|
|
|
|
+No commits yet
|
|
|
|
+
|
|
|
|
+Changes to be committed:
|
|
|
|
+ (use "git rm --cached <file>..." to unstage)
|
|
|
|
+ new file: .gitignore.txt
|
|
|
|
+ new file: readme.md
|
|
|
|
+```
|
|
|
|
+
|
|
Авторизация:
|
|
Авторизация:
|
|
```
|
|
```
|
|
C:\Users\User\qwe>git config user.name Nastya
|
|
C:\Users\User\qwe>git config user.name Nastya
|