Перенёс ссылки в алиасах гит
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
# Алиасы команд в Git
|
# Алиасы команд в Git
|
||||||
|
|
||||||
## Полезные ссылки
|
|
||||||
- [Раздел](https://githowto.com/ru/aliases) в GitHowTo
|
|
||||||
|
|
||||||
## Мои алиасы
|
## Мои алиасы
|
||||||
Просто выполнить в терминале:
|
Просто выполнить в терминале:
|
||||||
```sh
|
```sh
|
||||||
@@ -36,4 +33,7 @@ git config --global --get-regexp alias
|
|||||||
[Вопрос](https://stackoverflow.com/a/48110875/17341937) на StatckOverflow
|
[Вопрос](https://stackoverflow.com/a/48110875/17341937) на StatckOverflow
|
||||||
```sh
|
```sh
|
||||||
git config --global --unset-all alias.your-alias
|
git config --global --unset-all alias.your-alias
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Полезные ссылки
|
||||||
|
- [Раздел в GitHowTo](https://githowto.com/ru/aliases)
|
||||||
|
|||||||
Reference in New Issue
Block a user