Skip to content

Commit

Permalink
Add Git to docs (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anulo2 authored Nov 30, 2023
1 parent 8d810f5 commit e6a71a2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/assets/images/dietpi-software-programming-git.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/software/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ description: Description of DietPi software options related to software developm
- [**Docker Compose - Define and run multi-container Docker applications**](#docker-compose)
- [**Portainer - Lightweight management UI, managing your Docker host or Swarm cluster**](#portainer)
- [**VSCodium - FLOSS version of Microsoft VSCode**](#vscodium)
- [**Git - Distributed version control system**](#git)

??? info "How do I run **DietPi-Software** and install **optimised software** items?"
To install any of the **DietPi optimised software items** listed below run from the command line:
Expand Down Expand Up @@ -291,6 +292,27 @@ Documentation (VSCodium): <https://github.com/VSCodium/vscodium/blob/master/DOCS
Source code: <https://github.com/VSCodium/vscodium>
License: [MIT](https://github.com/VSCodium/vscodium/blob/master/LICENSE)

## Git

![Git logo](../assets/images/dietpi-software-programming-git.svg){: width="292" height="92" loading="lazy"}

Source: <https://git-scm.com/downloads/logos>

[Git](https://git-scm.com) is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.

To find out which version of Git is installed, just run

```sh
git --version
```

***

Official website: <https://git-scm.com/>
Official documentation: <https://git-scm.com/docs>
Source code: <https://github.com/git/git>
License: [GPLv2](https://github.com/git/git/blob/master/COPYING)

[Return to the **Optimised Software list**](../software.md)

<!-- markdownlint-disable MD053 -->
Expand Down

0 comments on commit e6a71a2

Please sign in to comment.