|
|
|
@ -7,6 +7,8 @@ It's easy and can be lightweight, but also has tons of possibilities for using g
|
|
|
|
|
|
|
|
|
|
The Client is pretty simple to understand.
|
|
|
|
|
With only a handfull of commands you should be able to get your versioning going.
|
|
|
|
|
For servers with web interfaces there are different cli tools to control it
|
|
|
|
|
without using a browser.
|
|
|
|
|
|
|
|
|
|
- Arch based systems: `pacman -S git`
|
|
|
|
|
|
|
|
|
@ -18,6 +20,8 @@ Web interfaces for git are quite useful for easily showing code to other people.
|
|
|
|
|
Additionally it is easy to collaborate together.
|
|
|
|
|
|
|
|
|
|
- [Gitea](gitea.md) is an open-source and selfhosted and can be dockerized.
|
|
|
|
|
- [Github](https://github.com) is the go to system for many people. Not
|
|
|
|
|
selfhosted, owned by microsoft ([cli-tool](https://github.com/github/hub)).
|
|
|
|
|
|
|
|
|
|
## Server without graphical interface
|
|
|
|
|
|
|
|
|
|