From 5f88c0bcaad91c53b9e381df3aecb7bbea7d22c8 Mon Sep 17 00:00:00 2001 From: Pavlo_Tkachenko Date: Tue, 27 Feb 2024 14:52:52 -0500 Subject: [PATCH 1/3] It's a temporaty change for README.md file. Following the task it's adding description for some new article. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9c96c1..8d22c92 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ Thanks for your attention. Следующая статья, которую стоит прочесть - [Командная работа без путаницы: разбираем стратегии ветвления в Гите](https://javarush.ru/groups/posts/2693-komandnaja-rabota-bez-putanicih-razbiraem-strategii-vetvlenija-v-gite) +task is add text "Also, project contain commits for articles related to Git via Inteliji IDEA. + Спасибо за внимание. From 9fd58286880dbb027d405ff0c895ba6ebd440c34 Mon Sep 17 00:00:00 2001 From: Pavlo_Tkachenko Date: Tue, 27 Feb 2024 14:58:37 -0500 Subject: [PATCH 2/3] Revert "It's a temporaty change for README.md file. Following the task it's adding description for some new article." This reverts commit 5f88c0bcaad91c53b9e381df3aecb7bbea7d22c8. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8d22c92..d9c96c1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,4 @@ Thanks for your attention. Следующая статья, которую стоит прочесть - [Командная работа без путаницы: разбираем стратегии ветвления в Гите](https://javarush.ru/groups/posts/2693-komandnaja-rabota-bez-putanicih-razbiraem-strategii-vetvlenija-v-gite) -task is add text "Also, project contain commits for articles related to Git via Inteliji IDEA. - Спасибо за внимание. From 2864a781b9be2ecb05275bd0db3d7e59f7066933 Mon Sep 17 00:00:00 2001 From: Pavlo_Tkachenko Date: Tue, 27 Feb 2024 16:20:49 -0500 Subject: [PATCH 3/3] extending .gitignore for swap files by *.swp and adding new article Git from Habr into README.md --- .gitignore | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 596bd73..d7f9b4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.class target/ *.iml -.idea/ \ No newline at end of file +.idea/ +*.swp \ No newline at end of file diff --git a/README.md b/README.md index d9c96c1..0dbe720 100644 --- a/README.md +++ b/README.md @@ -7,6 +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) +* [New article: Git from Habr](https://habr.com/ru/articles/342116/) Thanks for your attention. ## Russian