瀏覽代碼

second commit

KKonstantinov 10 月之前
父節點
當前提交
6a9fbb9c9d
共有 1 個文件被更改,包括 19 次插入1 次删除
  1. 19 1
      readme.md

+ 19 - 1
readme.txt → readme.md

@@ -44,4 +44,22 @@ To https://kolei.ru/KKonstantinov/bishbashbosh.git
  * [new branch]      master -> master
 branch 'master' set up to track 'origin/master'.
 ```
-Перекидывает файлы с локального репозитория на внешний репозиторий
+Перекидывает файлы с локального репозитория на внешний репозиторий
+
+```
+git add .
+```
+Добавляет все файлы с локального репозитория
+```
+git commit -m "second commit"
+```
+```
+[master 042f1c8] second commit
+ 1 file changed, 47 insertions(+)
+ create mode 100644 readme.txt
+```
+Сохраняет файлы в папку
+```
+ git push -u origin master
+```
+Выгружает локальный репозиторий в внешний