mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-17 05:43:58 -07:00
782 B
782 B
| eleventyNavigation | ||||||||
|---|---|---|---|---|---|---|---|---|
|
On these pages, you will learn how to use the Git version control system with Codeberg.
There are 2 ways to interact with a Git repository hosted on Codeberg:
- via the CLI, either through SSH or HTTP.
- Using the website
Option 1 requires a Git client of your choice installed on your local system.
We recommend the use of the SSH protocol.
It offers improved security through key-based access (stronger protection than a regular password) and better usability (no need to provide credentials on every Git action).