From 3d954256a84254bdf6f899ee7ce8b5e95eef6629 Mon Sep 17 00:00:00 2001 From: Arity-T Date: Sun, 19 Jan 2025 17:38:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D1=91=D1=81=20?= =?UTF-8?q?=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=B2=20=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B0=D1=81=D0=B0=D1=85=20=D0=B3=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/git/aliases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/git/aliases.md b/docs/git/aliases.md index 1a3f920..b0a9dad 100644 --- a/docs/git/aliases.md +++ b/docs/git/aliases.md @@ -1,8 +1,5 @@ # Алиасы команд в Git -## Полезные ссылки -- [Раздел](https://githowto.com/ru/aliases) в GitHowTo - ## Мои алиасы Просто выполнить в терминале: ```sh @@ -36,4 +33,7 @@ git config --global --get-regexp alias [Вопрос](https://stackoverflow.com/a/48110875/17341937) на StatckOverflow ```sh git config --global --unset-all alias.your-alias -``` \ No newline at end of file +``` + +## Полезные ссылки +- [Раздел в GitHowTo](https://githowto.com/ru/aliases)