WackoWiki: Git Client

https://wackowiki.org/doc     Version: 28 (11.12.2023 10:27)

Git Client


Every Git repository is complete, self-contained, and independent. It contains its own private copy of a project’s files and history. A cloned repository remembers the location of the repository it was cloned from, but it does not communicate with that repository, or any other, unless you tell it to.

Fore more information about Git see the official site[link1].

1. Git command line client

On a Linux system if/once the git client is installed open a terminal and type git --help .

2. TortoiseGit

You can use TortoiseGit[link2] for Windows PCs. The tool will be fully integrated in the Windows explorer.

3. Eclipse


3.1. remarks

4. KDevelop

https://www.kdevelop.org/

5. NetBeans

https://netbeans.apache.org/

6. MGit

https://github.com/maks/MGit - Android

7. More

GUI Clients[link8]