Is not so hard:
Easy way: use the gitea interface You will not yet get all what git is about, but you can make a new file, save it with the right name and .md extension, copy your part of the text, edit it, commit it and save it. I will be notified and allow to review and push it into the repository.
use GIT This means two things: first you will have git on your machine. Is a multiplatform software that works on terminal. Because terminal is easy Because terminal is the same on any machine you can enter into from remote, real or virtual. GUI’s tend to be different, terminal are the same. If you learn something on a gui you have to learn it again in a couple years. With terminal you are more or less set.
so what is GIT?
How do I find the basic commands? for example follow these instructions: https://rogerdudler.github.io/git-guide/
once you have installed git, you can open a terminal and type:
man git
and/or follow the instructions of the git-guide or google about it, or ask your naighbour…
bash
git init
to create a new git repository in that folder.then you might want to connect that repository to the public or private remote one.
commit
itclone
itpush
them, before pushing your changes you might want to pull
the actual version…clone
branch
push
and fork
like a pro. And everything will become clearer.Texts will be more portable, changes will be signed, errors can be passed to blame
etcetera.
You will never miss g-docs, ever, and everyone will love you. No, truly…