Correct links to web & ssh clone articles

This commit is contained in:
fnetx 2021-05-27 23:31:19 +02:00
parent 54a921b0cd
commit 9c2bc355db
No known key found for this signature in database
GPG key ID: 03870C95EE9F2661

View file

@ -6,7 +6,7 @@ eleventyNavigation:
order: 20
---
Clone, edit, commit, push and pull can be performed using Git directly from the command line, by using a Git client, or via the web interface. The first option is shown below and in the section [Clone & Commit via SSH](/content/git/clone-commit-via-ssh). The last option is detailed in the section [Clone & Commit via Web](/content/git/clone-commit-via-web).
Clone, edit, commit, push and pull can be performed using Git directly from the command line, by using a Git client, or via the web interface. The first option is shown below and in the section [Clone & Commit via SSH](/git/clone-commit-via-ssh). The last option is detailed in the section [Clone & Commit via Web](/git/clone-commit-via-web).
The user in these examples is `knut` the polar bear and its repository is `foobar`. The repository was created via the Codeberg website including a `README.md` file.