|
@@ -43,6 +43,7 @@ git remote add origin https://kolei.ru/ababin/Lab.git
|
|
`git push -u origin ma`ster
|
|
`git push -u origin ma`ster
|
|
Я повторил те-же самые команды, что и с .gitignore:
|
|
Я повторил те-же самые команды, что и с .gitignore:
|
|
|
|
|
|
|
|
+```
|
|
```
|
|
```
|
|
`git commit -m "second commit"`
|
|
`git commit -m "second commit"`
|
|
On branch master
|
|
On branch master
|
|
@@ -51,9 +52,10 @@ Your branch is up to date with 'origin/master'.
|
|
Untracked files:
|
|
Untracked files:
|
|
(use "git add <file>..." to include in what will be committed)
|
|
(use "git add <file>..." to include in what will be committed)
|
|
README.md
|
|
README.md
|
|
-```
|
|
|
|
|
|
+
|
|
|
|
|
|
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)
|
|
|
|
+```
|
|
git add "."
|
|
git add "."
|
|
git commit -m "papka"
|
|
git commit -m "papka"
|
|
[master 31ee088] papka
|
|
[master 31ee088] papka
|