|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
nothing added to commit but untracked files present (use "git add" to track)
|
|
nothing added to commit but untracked files present (use "git add" to track)
|
|
```
|
|
```
|
|
-2. Выполняем команду git add
|
|
|
|
|
|
+1. Выполняем команду git add
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
@@ -31,7 +31,7 @@
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
-3.Выполняем команду git status
|
|
|
|
|
|
+1.Выполняем команду git status
|
|
|
|
|
|
```
|
|
```
|
|
C:\Users\User\skv3_lab>git status
|
|
C:\Users\User\skv3_lab>git status
|
|
@@ -44,7 +44,7 @@
|
|
new file: README.MD
|
|
new file: README.MD
|
|
```
|
|
```
|
|
|
|
|
|
-4.Выполняем команду git commit
|
|
|
|
|
|
+1.Выполняем команду git commit
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
@@ -65,7 +65,7 @@
|
|
мой первый коммит
|
|
мой первый коммит
|
|
|
|
|
|
```
|
|
```
|
|
-6. Выполняем команду git remote
|
|
|
|
|
|
+1. Выполняем команду git remote
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
@@ -78,7 +78,7 @@
|
|
Please make sure you have the correct access rights
|
|
Please make sure you have the correct access rights
|
|
and the repository exists.
|
|
and the repository exists.
|
|
```
|
|
```
|
|
-7. Выполняем команду git fetch
|
|
|
|
|
|
+1. Выполняем команду git fetch
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
@@ -87,7 +87,7 @@
|
|
Password for 'https://mvavilov@kolei.ru':
|
|
Password for 'https://mvavilov@kolei.ru':
|
|
fatal: couldn't find remote ref HEAD
|
|
fatal: couldn't find remote ref HEAD
|
|
```
|
|
```
|
|
-8. Выполняем команду git push
|
|
|
|
|
|
+1. Выполняем команду git push
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
@@ -100,4 +100,4 @@
|
|
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
|
|
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
|
|
To https://kolei.ru/mvavilov/skv3_lab.git
|
|
To https://kolei.ru/mvavilov/skv3_lab.git
|
|
* [new branch] master -> master
|
|
* [new branch] master -> master
|
|
- ```
|
|
|
|
|
|
+ ```
|