From b6ea5e4108c8c01aa0923eb80e302d7244fae7b3 Mon Sep 17 00:00:00 2001 From: Roman Beskrovnyi Date: Fri, 10 Jul 2020 13:21:26 +0300 Subject: [PATCH 1/8] 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/8] 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/8] 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/8] 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 1468f0890e764d25e12d0c40c9837834b05345bc Mon Sep 17 00:00:00 2001 From: ignatenkoasnvr Date: Mon, 3 Feb 2025 23:37:54 +0300 Subject: [PATCH 5/8] aaa --- test_resource.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_resource.txt b/test_resource.txt index 3f6a6a5..48e18c5 100644 --- a/test_resource.txt +++ b/test_resource.txt @@ -4,4 +4,5 @@ hello world! update text. END. -Show GIT PUSH command. \ No newline at end of file +Show GIT PUSH command. +aaa \ No newline at end of file From b375ae346ed9b37e58f0fcd8f332fc050098739b Mon Sep 17 00:00:00 2001 From: ignatenkoasnvr <59367205+ignatenkoasnvr@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:42:14 +0300 Subject: [PATCH 6/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9c96c1..83611d3 100644 --- a/README.md +++ b/README.md @@ -15,6 +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) +Следующая статья, которую стоит прочесть - [Командная работа без путаницы: разбираем ветвления в Гите](https://javarush.ru/groups/posts/2693-komandnaja-rabota-bez-putanicih-razbiraem-strategii-vetvlenija-v-gite) Спасибо за внимание. From dfcff298b064732a1785e58df11cda13b5d6915a Mon Sep 17 00:00:00 2001 From: ignatenkoasnvr <59367205+ignatenkoasnvr@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:43:08 +0300 Subject: [PATCH 7/8] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 83611d3..8471c34 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,3 @@ Thanks for your attention. Следующая статья, которую стоит прочесть - [Командная работа без путаницы: разбираем ветвления в Гите](https://javarush.ru/groups/posts/2693-komandnaja-rabota-bez-putanicih-razbiraem-strategii-vetvlenija-v-gite) -Спасибо за внимание. From 6e1cff46c93daab38073b69ae0748abdff042cda Mon Sep 17 00:00:00 2001 From: ignatenkoasnvr Date: Mon, 3 Feb 2025 23:46:27 +0300 Subject: [PATCH 8/8] =?UTF-8?q?=D0=A2=D0=B0=D0=BA=D0=B6=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D0=BA=D1=82=20=D1=81=D0=BE=D0=B4=D0=B5=D1=80?= =?UTF-8?q?=D0=B6=D0=B8=D1=82=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82=D1=8B?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D1=81=D1=82=D0=B0=D1=82=D1=8C=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=83=20?= =?UTF-8?q?=D0=B2=20=D0=93=D0=B8=D1=82=D0=B5=20=D1=87=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B7=20Intelij=20Idea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8471c34..17eac23 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,7 @@ 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) +Следующая статья, которую стоит прочесть - [Командная работа без путаницы: разбираем стратегии ветвления в Гите](https://javarush.ru/groups/posts/2693-komandnaja-rabota-bez-putanicih-razbiraem-strategii-vetvlenija-v-gite) +Также проект содержит коммиты для статьи про работу в Гите через Intelij Idea. +Спасибо за внимание.