From b6ea5e4108c8c01aa0923eb80e302d7244fae7b3 Mon Sep 17 00:00:00 2001 From: Roman Beskrovnyi Date: Fri, 10 Jul 2020 13:21:26 +0300 Subject: [PATCH 1/6] added "Git and Intellij IDEA" article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f437c03..6611802 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,6 @@ Thanks for your attention. Проект, который был создан для реализации пошагового руководства в статье [Начало работы с Git: подробный гайд для новичков](https://javarush.ru/groups/posts/2683-nachalo-rabotih-s-git-podrobnihy-gayd-dlja-novichkov). Здесь отображены все шаги, которые были проделаны в статье. +На основе этого проекта написана статья по работе гита в Intellij IDEA. [Подружим Git c Intellij IDEA](https://javarush.ru/groups/posts/2818-podruzhim-git-s-intellij-idea) + Спасибо за внимание. From 52377ba893f09d351863c63869fce2b90da1fe1d Mon Sep 17 00:00:00 2001 From: Roman Beskrovnyi Date: Fri, 10 Jul 2020 13:23:49 +0300 Subject: [PATCH 2/6] Create FUNDING.yml --- .github/FUNDING.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c233f55 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +patreon: romankh3 From 35d75b3c303c6dc647cc6c2e603ba7d6ae2ca55e Mon Sep 17 00:00:00 2001 From: Roman Beskrovnyi Date: Tue, 23 Feb 2021 01:44:12 -0800 Subject: [PATCH 3/6] Added related articles --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6611802..a496dd4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ ## English The project, which was created for implementation step-by-step guidelines for learning Git. +Materials in Enlish: +* [Getting started with Git: a comprehensive guide for newbies](https://codegym.cc/groups/posts/379-getting-started-with-git-a-comprehensive-guide-for-newbies) +* [A match made in heaven: Git and IntelliJ IDEA](https://codegym.cc/groups/posts/407-a-match-made-in-heaven-git-and-intellij-idea) Thanks for your attention. +* [Teamwork without confusion: understanding branching strategies in Git](https://codegym.cc/groups/posts/454-teamwork-without-confusion-understanding-branching-strategies-in-git) ## Russian Проект, который был создан для реализации пошагового руководства в статье [Начало работы с Git: подробный гайд для новичков](https://javarush.ru/groups/posts/2683-nachalo-rabotih-s-git-podrobnihy-gayd-dlja-novichkov). @@ -11,4 +15,6 @@ Thanks for your attention. На основе этого проекта написана статья по работе гита в Intellij IDEA. [Подружим Git c Intellij IDEA](https://javarush.ru/groups/posts/2818-podruzhim-git-s-intellij-idea) +Следующая статья, которую стоит прочесть - [Командная работа без путаницы: разбираем стратегии ветвления в Гите](https://javarush.ru/groups/posts/2693-komandnaja-rabota-bez-putanicih-razbiraem-strategii-vetvlenija-v-gite) + Спасибо за внимание. From 78a0904bf59226dceb17fda92c0f62a4d96d98ca Mon Sep 17 00:00:00 2001 From: Roman Beskrovnyi Date: Tue, 1 Jun 2021 06:32:26 +0300 Subject: [PATCH 4/6] fixed typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a496dd4..d9c96c1 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ ## English The project, which was created for implementation step-by-step guidelines for learning Git. -Materials in Enlish: +Materials in English: * [Getting started with Git: a comprehensive guide for newbies](https://codegym.cc/groups/posts/379-getting-started-with-git-a-comprehensive-guide-for-newbies) * [A match made in heaven: Git and IntelliJ IDEA](https://codegym.cc/groups/posts/407-a-match-made-in-heaven-git-and-intellij-idea) -Thanks for your attention. * [Teamwork without confusion: understanding branching strategies in Git](https://codegym.cc/groups/posts/454-teamwork-without-confusion-understanding-branching-strategies-in-git) +Thanks for your attention. ## Russian Проект, который был создан для реализации пошагового руководства в статье [Начало работы с Git: подробный гайд для новичков](https://javarush.ru/groups/posts/2683-nachalo-rabotih-s-git-podrobnihy-gayd-dlja-novichkov). Здесь отображены все шаги, которые были проделаны в статье. From dc833aede4099b7899feae648210990f9207ab95 Mon Sep 17 00:00:00 2001 From: ASOrlov <85671128+ASOrlov@users.noreply.github.com> Date: Thu, 1 Jul 2021 13:16:11 +0300 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9c96c1..4ccbc94 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Materials in English: * [Getting started with Git: a comprehensive guide for newbies](https://codegym.cc/groups/posts/379-getting-started-with-git-a-comprehensive-guide-for-newbies) * [A match made in heaven: Git and IntelliJ IDEA](https://codegym.cc/groups/posts/407-a-match-made-in-heaven-git-and-intellij-idea) * [Teamwork without confusion: understanding branching strategies in Git](https://codegym.cc/groups/posts/454-teamwork-without-confusion-understanding-branching-strategies-in-git) - +А здесь кто то взял мне и отредактировал Thanks for your attention. ## Russian Проект, который был создан для реализации пошагового руководства в статье [Начало работы с Git: подробный гайд для новичков](https://javarush.ru/groups/posts/2683-nachalo-rabotih-s-git-podrobnihy-gayd-dlja-novichkov). From b41a95ee8a534fe02d416a467643002b65892342 Mon Sep 17 00:00:00 2001 From: ASOrlov Date: Thu, 1 Jul 2021 13:19:21 +0300 Subject: [PATCH 6/6] Readme changed --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ccbc94..b066d50 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Materials in English: Thanks for your attention. ## Russian Проект, который был создан для реализации пошагового руководства в статье [Начало работы с Git: подробный гайд для новичков](https://javarush.ru/groups/posts/2683-nachalo-rabotih-s-git-podrobnihy-gayd-dlja-novichkov). -Здесь отображены все шаги, которые были проделаны в статье. +Здесь отображены все шаги, которые были проделаны в статье. +Очень хочется мноо нового написать. На основе этого проекта написана статья по работе гита в Intellij IDEA. [Подружим Git c Intellij IDEA](https://javarush.ru/groups/posts/2818-podruzhim-git-s-intellij-idea)