Autor: Ralph Ronnquist Datum: To: dng Betreff: Re: [DNG] Web md RAID monitoring [was: Re: Fake RAID]
On Fri, 11 Mar 2022 16:04:45 +0100
Didier Kryn <kryn@???> wrote: >
> Its almost done. I have added a few features devised from Tito's
> suggestions, and added git version control, but I can't remember how
> to create the initial version in Devuan's git store.
You need an acount set up first; let's say it's "kryn" and for the sake
of example I use the name "webraid" for this project.
Then, at home, you use the 2 commands:
$ git remote add origin git@???:kryn/webraid.git
$ git push --set-upstream origin master
Thereafter you need to jump onto the store's web interface and change
the project settings into not being a private project.