diff --git a/faq/git_docs.md b/faq/git_docs.md
index 655f89d..9b0cc74 100644
--- a/faq/git_docs.md
+++ b/faq/git_docs.md
@@ -15,15 +15,16 @@
- [Официальный сайт](https://git-scm.com/)
- [Официальная документация](https://git-scm.com/docs)
-- [Официальная шпаргалка](https://training.github.com/downloads/ru/github-git-cheat-sheet/) от **GitHub** (на русском)
-- [Git How To](https://githowto.com/ru) - интерактивный тур (на русском)
-- [LearnGitBranching](https://learngitbranching.js.org/?locale=ru_RU) - интерактивный тренажёр (на русском)
-- [Шпаргалка для LearnGitBranching](http://imnotgenius.com/git/) (на русском)
-- [Git: наглядная справка](https://marklodato.github.io/visual-git-guide/index-ru.html) - (на русском)
-- [Visual Git Cheat Sheet](https://ndpsoftware.com/git-cheatsheet.html) - (En)
+- [Официальная шпаргалка](https://training.github.com/downloads/ru/github-git-cheat-sheet/) от **GitHub** (Ru)
+- [Git How To](https://githowto.com/ru) - интерактивный тур (Ru)
+- [LearnGitBranching](https://learngitbranching.js.org/?locale=ru_RU) - интерактивный тренажёр (Ru)
+- [Шпаргалка для LearnGitBranching](http://imnotgenius.com/git/) (Ru)
+- [Git Command Explorer](https://gitexplorer.com/) (En)
+- [Git: наглядная справка](https://marklodato.github.io/visual-git-guide/index-ru.html) (Ru)
+- [Visual Git Cheat Sheet](https://ndpsoftware.com/git-cheatsheet.html) (En)
- [Introduction to GitHub](https://lab.github.com/githubtraining/introduction-to-github) - официальный интерактивный курс (En)
-- [Основы Git](https://cub-it.org/course/view.php?id=4) - бесплатный интерактивный курс (на русском) от **Cub-it**
-- [Простое руководство по Git](http://rogerdudler.github.io/git-guide/index.ru.html) (на русском)
+- [Основы Git](https://cub-it.org/course/view.php?id=4) - бесплатный интерактивный курс (Ru) от **Cub-it**
+- [Простое руководство по Git](http://rogerdudler.github.io/git-guide/index.ru.html) (Ru)
---
@@ -108,8 +109,8 @@
-- Samuel Faure (оригинал): [How to learn Git slowly](https://dev.to/samuelfaure/how-to-learn-git-slowly-38fa)
-- Samuel Faure (перевод): [Как освоить Git медленно, но верно](https://techrocks.ru/2021/07/20/how-to-master-git-roadmap/)
+- Samuel Faure: [How to learn Git slowly](https://dev.to/samuelfaure/how-to-learn-git-slowly-38fa) (En)
+- Samuel Faure: [Как освоить Git медленно, но верно](https://techrocks.ru/2021/07/20/how-to-master-git-roadmap/) (Ru)
@@ -117,8 +118,8 @@
-- Flavio Copes (оригинал): [A developer’s introduction to GitHub](https://www.freecodecamp.org/news/a-developers-introduction-to-github-1034fa55c0db/)
-- Flavio Copes (перевод): [Введение в GitHub от разработчика](https://techrocks.ru/2018/07/02/introduction-to-github/)
+- Flavio Copes: [A developer’s introduction to GitHub](https://www.freecodecamp.org/news/a-developers-introduction-to-github-1034fa55c0db/) (En)
+- Flavio Copes: [Введение в GitHub от разработчика](https://techrocks.ru/2018/07/02/introduction-to-github/) (Ru)
@@ -126,17 +127,17 @@
-- Sean Patterson (оригинал): [Developer Tip: Keep Your Commits "Atomic"](https://www.freshconsulting.com/insights/blog/atomic-commits/)
-- Sean Patterson (перевод): [Совет разработчика: делайте "атомарные коммиты"](https://github.com/tsergeytovarov/htmlacademy-basic-additional-material/blob/master/articles/%D0%B0%D1%82%D0%BE%D0%BC%D0%B0%D1%80%D0%BD%D1%8B%D0%B5-%D0%BA%D0%BE%D0%BC%D0%BC%D0%B8%D1%82%D1%8B/article.md)
+- Sean Patterson: [Developer Tip: Keep Your Commits "Atomic"](https://www.freshconsulting.com/insights/blog/atomic-commits/) (En)
+- Sean Patterson: [Совет разработчика: делайте "атомарные коммиты"](https://github.com/tsergeytovarov/htmlacademy-basic-additional-material/blob/master/articles/%D0%B0%D1%82%D0%BE%D0%BC%D0%B0%D1%80%D0%BD%D1%8B%D0%B5-%D0%BA%D0%BE%D0%BC%D0%BC%D0%B8%D1%82%D1%8B/article.md) (Ru)
-- Бен Линн (перевод): [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/)
+- Бен Линн: [Волшебство Git](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/ru/) (Ru)
-- Jeff Hale (En): [10 Git Commands You Should Know](https://towardsdatascience.com/10-git-commands-you-should-know-df54bea1595c)
-- Jeff Hale (En): [Learn Enough Git to be Useful](https://towardsdatascience.com/learn-enough-git-to-be-useful-281561eef959)
+- Jeff Hale : [10 Git Commands You Should Know](https://towardsdatascience.com/10-git-commands-you-should-know-df54bea1595c) (En)
+- Jeff Hale : [Learn Enough Git to be Useful](https://towardsdatascience.com/learn-enough-git-to-be-useful-281561eef959) (En)
---
@@ -181,9 +182,9 @@
-- Chris Beams (оригинал): [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/)
-- Chris Beams (перевод): [Как следует писать комментарии к коммитам](https://habr.com/ru/post/416887/)
-- Chris Beams (ещё один перевод): [Как правильно составлять описания коммитов и почему это важно](https://ru.hexlet.io/blog/posts/git-commit-message)
+- Chris Beams: [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/) (En)
+- Chris Beams: [Как следует писать комментарии к коммитам](https://habr.com/ru/post/416887/) (Ru)
+- Chris Beams (ещё один перевод): [Как правильно составлять описания коммитов и почему это важно](https://ru.hexlet.io/blog/posts/git-commit-message) (Ru)
@@ -191,7 +192,7 @@
- Блог компании Яндекс: [Применяем стандарт Conventional Commits](https://habr.com/ru/company/yandex/blog/431432/)
- [Онлайн конфигуратор правильных коммитов](https://commitlint.io/)
- Шпаргалка: [Именование коммитов](https://gist.github.com/bibendi/7941823)
-- Ещё одна: [Commit naming](https://gist.github.com/Aleksey-Voko/a0a464a8a0cf3e9058f6e477c04f5414)
+- Шпаргалка: [Commit naming](https://gist.github.com/Aleksey-Voko/a0a464a8a0cf3e9058f6e477c04f5414)
- Статья: [Стиль именования коммитов](https://habr.com/ru/post/183646/)
- Stackoverflow: [Стиль коммитов в Git](https://ru.stackoverflow.com/questions/640787/%D0%A1%D1%82%D0%B8%D0%BB%D1%8C-%D0%BA%D0%BE%D0%BC%D0%BC%D0%B8%D1%82%D0%BE%D0%B2-%D0%B2-git)
@@ -203,31 +204,31 @@
-- Vincent Driessen (оригинал - обновлённая версия): [A successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/)
-- Vincent Driessen (перевод): [Удачная модель ветвления для Git](https://habr.com/ru/post/106912/)
+- Vincent Driessen (обновлённая версия): [A successful Git branching model](https://nvie.com/posts/a-successful-git-branching-model/) (En)
+- Vincent Driessen: [Удачная модель ветвления для Git](https://habr.com/ru/post/106912/) (Ru)
-- George Stocker (оригинал): [Please stop recommending Git Flow!](https://georgestocker.com/2020/03/04/please-stop-recommending-git-flow/)
-- George Stocker (перевод): [Пожалуйста, перестаньте рекомендовать Git Flow](https://habr.com/ru/company/flant/blog/491320/)
+- George Stocker: [Please stop recommending Git Flow!](https://georgestocker.com/2020/03/04/please-stop-recommending-git-flow/) (En)
+- George Stocker: [Пожалуйста, перестаньте рекомендовать Git Flow](https://habr.com/ru/company/flant/blog/491320/) (Ru)
-- GitHub Guides (оригинал): [GitHub Flow](https://guides.github.com/introduction/flow/)
-- GitHub Guides (перевод): [GitHub Flow](https://habr.com/ru/post/346066/)
+- GitHub Guides: [GitHub Flow](https://guides.github.com/introduction/flow/) (En)
+- GitHub Guides: [GitHub Flow](https://habr.com/ru/post/346066/) (Ru)
-- Scott Chacon (оригинал): [GitHub Flow](http://scottchacon.com/2011/08/31/github-flow.html)
-- Scott Chacon (перевод): [GitHub Flow: рабочий процесс Гитхаба](https://habr.com/ru/post/189046/)
+- Scott Chacon: [GitHub Flow](http://scottchacon.com/2011/08/31/github-flow.html) (En)
+- Scott Chacon: [GitHub Flow: рабочий процесс Гитхаба](https://habr.com/ru/post/189046/) (Ru)
-- Sytse Sijbrandij (оригинал): [What is GitLab Flow?](https://about.gitlab.com/topics/version-control/what-is-gitlab-flow/)
-- Sytse Sijbrandij (перевод): [GitLab Flow](https://habr.com/ru/company/softmart/blog/316686/)
+- Sytse Sijbrandij: [What is GitLab Flow?](https://about.gitlab.com/topics/version-control/what-is-gitlab-flow/) (En)
+- Sytse Sijbrandij: [GitLab Flow](https://habr.com/ru/company/softmart/blog/316686/) (Ru)
@@ -248,11 +249,11 @@
Подходы к управлению ветками в системах контроля версий (Мартин Фаулер):
-- Оригинал: [Patterns for Managing Source Code Branches](https://martinfowler.com/articles/branching-patterns.html) (En)
-- Перевод: [Часть 1](https://blog.noveogroup.ru/2020/05/podhody-k-upravleniju-vetkami-v-sistem/)
-- Перевод: [Часть 2](https://blog.noveogroup.ru/2020/07/podhody-k-upravleniju-vetkami-2/)
-- Перевод: [Часть 3](https://blog.noveogroup.ru/2020/11/podhody-k-upravleniju-vetkami-3/)
-- Перевод: [Часть 4](https://blog.noveogroup.ru/2020/12/podhody-k-upravleniju-vetkami-v-sistem-2/)
+- [Patterns for Managing Source Code Branches](https://martinfowler.com/articles/branching-patterns.html) (En)
+- [Часть 1](https://blog.noveogroup.ru/2020/05/podhody-k-upravleniju-vetkami-v-sistem/) (Ru)
+- [Часть 2](https://blog.noveogroup.ru/2020/07/podhody-k-upravleniju-vetkami-2/) (Ru)
+- [Часть 3](https://blog.noveogroup.ru/2020/11/podhody-k-upravleniju-vetkami-3/) (Ru)
+- [Часть 4](https://blog.noveogroup.ru/2020/12/podhody-k-upravleniju-vetkami-v-sistem-2/) (Ru)
@@ -260,8 +261,8 @@
-- Drew DeVault (оригинал): [git rebase in depth](https://git-rebase.io/)
-- Drew DeVault (перевод): [Подробнее о git rebase](https://radioprog.ru/post/1391)
+- Drew DeVault: [git rebase in depth](https://git-rebase.io/) (En)
+- Drew DeVault: [Подробнее о git rebase](https://radioprog.ru/post/1391) (Ru)
---
@@ -304,5 +305,5 @@
-- Supritha Ravishankar (оригинал): [How to have an awesome GitHub profile ?](https://dev.to/supritha/how-to-have-an-awesome-github-profile-1969)
-- Supritha Ravishankar (перевод): [Как создать гиперкрутой аккаунт GitHub?](https://habr.com/ru/sandbox/156010/)
+- Supritha Ravishankar: [How to have an awesome GitHub profile ?](https://dev.to/supritha/how-to-have-an-awesome-github-profile-1969) (En)
+- Supritha Ravishankar: [Как создать гиперкрутой аккаунт GitHub?](https://habr.com/ru/sandbox/156010/) (Ru)