6.0.0-git
2024-05-22

Diff for Doc/Dev/H6/Installation/git between and 1

+ git client

A git client is highly recommended to facilitate setting up the base project and managing and restoring your configuration.
Any recent 2.x version will do.

++ OpenSUSE, SUSE Linux Enterprise

<code>
sudo zypper in git
</code>

++ Debian, Ubuntu

<code>
apt install git
</code>

++ Red Hat Enterprise Linux, Fedora, CentOS

<code>
sudo yum install git
</code>

++ Windows 10/11

+++ Using WinGet

<code>
 winget install --id Git.Git -e --source winget 
 winget install -e --id GitHub.GitHubDesktop
</code>



+++ Manually

Get GitHub Desktop and Git for Windows from their websites.

https://git-scm.com/download/win
https://desktop.github.com/