You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
786 B
786 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 command-line, either through SSH or HTTP.
- using the web UI
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 ease of use (no need to provide credentials on every push).