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)