Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing internal git link added and cross linking gitea/gogs #958

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 4 additions & 0 deletions docs/software/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down Expand Up @@ -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**:
Expand Down
2 changes: 2 additions & 0 deletions docs/software/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://git-scm.com/>
Expand Down