mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Closes #335. This is my first attempt coding for eleventy/liquid so I'd be happy to get feedback on making the code cleaner or more idiomatic, or just more like the Codeberg style. Co-authored-by: David Anselmi <danselmi@intecrowd.com> Co-authored-by: Gusted <postmaster@gusted.xyz> Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/780 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
22 lines
816 B
Markdown
22 lines
816 B
Markdown
---
|
|
eleventyNavigation:
|
|
key: Git
|
|
title: Working with Git Repositories
|
|
icon: code-branch
|
|
order: 30
|
|
---
|
|
|
|
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:
|
|
|
|
1. [via the command-line](/git/clone-commit-via-cli), either through SSH or HTTP.
|
|
2. [using the web UI](/git/clone-commit-via-web/)
|
|
|
|
Option 1 requires a Git client of your choice [installed on your local system](/getting-started/install-git/).
|
|
|
|
We recommend the use of the [SSH protocol](https://en.wikipedia.org/wiki/Secure_Shell_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).
|
|
|
|
{% sectionNav collections %}
|