This fixes mistakes in the documentation, such as spelling/grammar mistakes, and generally makes it more understandable.
Fix mistakes in documentation (sections up to Markdown) #249
Thank you for going through the docs!
I had a quick scan, no objections from my side. I marked two "heavily" changed passages for other reviewers.
@ -37,3 +37,3 @@
## Codeberg vs. Gitea
[Gitea](https://gitea.io) is a free software for Git-based software development that powers Codeberg. Compared to Codeberg, Gitea is not a hosted service, but the free software tool to build those. Everyone can install their own Gitea instance to host their own projects. There are also some Gitea instances next to Codeberg you can use, but please make sure you find a site that is actively maintained and updated, and that you trust the provider.
[Gitea](https://gitea.io) is self-hostable free software for software development, built on top of Git. Codeberg is powered by Gitea. Compared to Codeberg, Gitea is not one service, but free software to help you build your own. Everyone can install their own Gitea instance to host their own projects. There are also public Gitea instances as well as Codeberg you can use, but make sure you find a site that is actively maintained and updated, and that you trust the provider.
.
@ -7,3 +7,3 @@
---
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 former option is shown in the sections [Clone & Commit via CLI](/git/clone-commit-via-cli). The latter option is detailed below.
As shown before, cloning, editing, committing, pushing and pulling can be performed using Git directly from the command line. This time, we're going to do this all through the web interface.
.
@jtbx The PR is marked as WIP, is there more to come?
@rwa Yes; I'm planning to go through all of the documentation.
@jbtx I really appreciate your efforts, but it's really exhaustive to review such a big PR.
I'd prefer to stop at some point and provide smaller PRs in the future, maybe split by section in the docs.
@rwa Alright, I'll stop here and just make PRs based on the section from now on.
hu, this was a long read 😀
@jtbx Thank you very much for your efforts.
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?