mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
# Changelog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## Changed - Refactor tables to respect `indent_size = 1`. ## Fixed - Tables with `<tr>` and `<td>` tags in wrong ending order. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/627 Reviewed-by: Bastian Greshake Tzovaras <gedankenstuecke@noreply.codeberg.org> Co-authored-by: Javier Pérez <walpo@noreply.codeberg.org> Co-committed-by: Javier Pérez <walpo@noreply.codeberg.org>
1.2 KiB
1.2 KiB
| 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).
{% assign navPages = collections.all | eleventyNavigation %} {%- for entry in navPages %} {% if entry.url == page.url %} {%- if entry.children.length -%}
{%- for child in entry.children %} {%- endfor %}| Find out more in this section: |
|---|
| {{ child.title }} |