You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
---
|
|
comments: true
|
|
---
|
|
|
|
# Applications and tools for development
|
|
|
|
## Git CLI
|
|
|
|
|
|
Install tools for cloning and managing repositories (git)
|
|
|
|
__Edit:__ [footer](https://github.com/armbian/configng/new/main/tools/include/markdown/GIT001-footer.md) [header](https://github.com/armbian/configng/new/main/tools/include/markdown/GIT001-header.md)
|
|
__Status:__ Stable
|
|
__Architecture:__ <span style="background-color:#e0e0e0; color:#333333; padding:3px 6px; border-radius:4px; font-size:90%;">x86-64</span> <span style="background-color:#e0e0e0; color:#333333; padding:3px 6px; border-radius:4px; font-size:90%;">aarch64</span> <span style="background-color:#fff3bf; color:#7c4d00; padding:3px 6px; border-radius:4px; font-size:90%;">armhf</span> <span style="background-color:#f3d9fa; color:#6a1b9a; padding:3px 6px; border-radius:4px; font-size:90%;">riscv64</span>
|
|
__Maintainer:__ @armbian
|
|
__Documentation:__ [Link](https://forum.armbian.com/)
|
|
|
|
~~~ custombash
|
|
armbian-config --cmd GIT001
|
|
~~~
|
|
|
|
|
|
~~~ bash title="Remove tools for cloning and managing repositories (git):"
|
|
armbian-config --cmd GIT002
|
|
~~~
|
|
|
|
|