diff --git a/docs/software.md b/docs/software.md index 25dd3d65f..fc87accbc 100644 --- a/docs/software.md +++ b/docs/software.md @@ -104,6 +104,7 @@ description: Overview of ready-to-run DietPi-Software options, cloud & backup se - [**Docker-Compose - Run multi-container applications on Docker**](software/programming.md#docker-compose) - [**Portainer - Docker container management**](software/programming.md#portainer) - [**VSCodium - FLOSS version of Microsoft VSCode**](software/programming.md#vscodium) +- [**Git - Distributed version control system**](software/programming.md#git) ## [Distributed Projects](software/distributed_projects.md) diff --git a/docs/software/cloud.md b/docs/software/cloud.md index c63fed50e..ede8cd39b 100644 --- a/docs/software/cloud.md +++ b/docs/software/cloud.md @@ -466,6 +466,8 @@ Your very own GitHub style server, with web interface. ![Gogs web interface screenshot](../assets/images/dietpi-software-cloud-gogs.png){: width="400" height="175" loading="lazy"} +See also the [**Git**](../programming/#git) client which is available in `dietpi-software` as an installation package. + === "Access to the web interface" The web interface is accessible via TCP port **3000**: @@ -533,6 +535,8 @@ Your very own GitHub style server, with web interface. ![Gitea logo](../assets/images/dietpi-software-cloud-gitea.jpg){: width="320" height="200" loading="lazy"} +See also the [**Git**](../programming/#git) client which is available in `dietpi-software` as an installation package. + === "Access to the web interface" The web interface is accessible via port **3000**: diff --git a/docs/software/programming.md b/docs/software/programming.md index 67731299f..d30eb7497 100644 --- a/docs/software/programming.md +++ b/docs/software/programming.md @@ -306,6 +306,8 @@ To find out which version of Git is installed, just run git --version ``` +See also [**Gogs**](../cloud/#gogs) and [**Gitea**](../cloud/#gitea), the GitHub style servers which are available in `dietpi-software` as an installation package. + *** Official website: