This commit is contained in:
@@ -19,6 +19,11 @@ cd ~/storage/shared
|
|||||||
ls
|
ls
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! tip
|
||||||
|
|
||||||
|
Команда `termux-setup-storage` однократно создаёт символические ссылки на все папки, расположенные в `/storage/emulated/0`, и помещает их в `~/storage/shared`. Это означает, что если в корневом каталоге `/storage/emulated/0` будут созданы новые папки, для доступа к ним потребуется повторно выполнить команду `termux-setup-storage`.
|
||||||
|
|
||||||
|
|
||||||
## Установка и настройка Git
|
## Установка и настройка Git
|
||||||
|
|
||||||
Как и любые другие пакеты, `Git` устанавливается с помощью команды `pkg`.
|
Как и любые другие пакеты, `Git` устанавливается с помощью команды `pkg`.
|
||||||
@@ -50,4 +55,4 @@ ssh-keygen
|
|||||||
cat ~/.ssh/id_ed25519.pub
|
cat ~/.ssh/id_ed25519.pub
|
||||||
```
|
```
|
||||||
|
|
||||||
Осталось разве что настроить [алиасы](/git/aliases) и можно полноценно использовать `Git` на телефоне!
|
Осталось разве что настроить [алиасы](../git/aliases.md) и можно полноценно использовать `Git` на телефоне!
|
||||||
@@ -41,6 +41,7 @@ extra:
|
|||||||
link: https://github.com/Arity-T
|
link: https://github.com/Arity-T
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
anchor_linenums: true
|
anchor_linenums: true
|
||||||
line_spans: __span
|
line_spans: __span
|
||||||
@@ -48,6 +49,7 @@ markdown_extensions:
|
|||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
|
- pymdownx.details
|
||||||
- toc:
|
- toc:
|
||||||
permalink: "#"
|
permalink: "#"
|
||||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||||
|
|||||||
Reference in New Issue
Block a user