Documentation/content/git/index.md
2021-05-28 19:53:31 +02:00

838 B

eleventyNavigation
key title icon order
Git Working with Git Repositories code-branch 10

On these pages, you will learn how to use the Git version control system with Codeberg.

There are 3 ways to interact with a git repository hosted on Codeberg:

  1. via the SSH protocol
  2. via the HTTPS protocol
  3. Using the website

Option 1 and 2 require a git client (CLI or GUI, your choice) installed on your local system.

On clients regularly used to access codeberg 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).