From 810d5d9dbf0ede54b5ba0f14673086a9f6bcadc5 Mon Sep 17 00:00:00 2001 From: mgrinko Date: Wed, 22 May 2019 21:08:10 +0300 Subject: [PATCH 1/3] asdasdasd --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 295e903..54bfb3a 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@
-

Git Webinar

+

Git Webinar MASTER

Main content From 6e6bb2335e94c3b6409a179ef30fced77e68c71c Mon Sep 17 00:00:00 2001 From: mgrinko Date: Wed, 22 May 2019 21:02:42 +0300 Subject: [PATCH 2/3] sdfsgdfg --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 54bfb3a..a3bcba4 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@
-

Git Webinar MASTER

+

Git Webinar GH PAGES

Main content From e1eaf7805805396207dc880a5c694d026a4f108a Mon Sep 17 00:00:00 2001 From: mgrinko Date: Wed, 22 May 2019 21:26:23 +0300 Subject: [PATCH 3/3] Readme was updated --- .gitignore | 3 +++ README.md | 23 ++++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6d5eed --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +.vscode +node_modules \ No newline at end of file diff --git a/README.md b/README.md index 67adc4e..a4a4379 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # git-webinar -qweqwe \ No newline at end of file +- Create repo with readme + - `git clone git@...url` +- `git init` + - `git remote add origin git@...url` +- создаём файл `.gitignore` (со списком игнорируемых файлов) +- `git add .` +- `git commit -m 'initial commit'` +- `git push origin master` + +- `git checkout -b gh-pages` +- Пишем код +- `git add .` +- `git commit -m 'COde for review'` +- `git push origin gh-pages --set-upstream` + +- Создаём **Pull Request** на Github + - base: `master` + - compare `gh-pages` +- Github -> settings выбираете ветку `gh-pages` для публичной страницы +- ссылку на публичную страницу добавляете в описание **Pull Request** +- ссылку на **Pull Request** присылаете на проверку +