Перенёс ссылки в алиасах гит
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s

This commit is contained in:
2025-01-19 17:38:38 +03:00
parent 46d036d2c1
commit 3d954256a8

View File

@@ -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
```
```
## Полезные ссылки
- [Раздел в GitHowTo](https://githowto.com/ru/aliases)