Browse Source

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

ababin 10 months ago
parent
commit
b5cde89fb8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

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