mastodon.uno è uno dei tanti server Mastodon indipendenti che puoi usare per partecipare al fediverso.
Mastodon.Uno è la principale comunità mastodon italiana. Con 77.000 iscritti è il più grande nodo Mastodon italiano: anima ambientalista a supporto della privacy e del mondo Open Source.

Statistiche del server:

6,4K
utenti attivi

#git

55 post54 partecipanti3 post oggi

"Most guides to docs like code, even the ones for non-devs, assume you have some developer knowledge: maybe you're already using version control, or you've encountered build pipelines before, or you're working alongside developers.

This guide is for the people who read that paragraph and wished it came with a glossary. This is docs like code for people who don't know what git is and have never installed VS Code.

This post explains terminology and concepts, to help you get a mental model of what's going on. If you prefer to dive in and pick up concepts as you go, skip straight to the tips in How to learn, and come back to the conceptual info as needed."

deborahwrites.com/blog/docs-li

deborahwrites.comDocs like code in very basic terms - Deborah WritesThis is docs like code for people who don't know what git is and have never installed VS Code.

Question about choice of forge software, I would be very thankful for some suggestions!

I aim to work on projects for customers, whom I want to grant read and write rights flexibly. I will be the main contributor, but my customer may need to add content too, and certainly need read-rights. The customer may be a non-nerd. Ideally, it'd be software that I can eventually host myself. Therefore, it should not be too complicated, since I am a beginner server admin.

#github#gitlab#git

#LinusTorvalds built #Git in 10 days - and never imagined it would last 20 years
In a mere 10 days, he developed a working version of Git, which was first committed on April 7, 2005. Of course, he'd been thinking about it for a while. BitKeeper conflict had been brewing almost since the start. In a recent GitHub interview, #Torvalds had been facing a question, "How do I do something that works even better than BitKeeper does but doesn't do it the way BitKeeper does it?"
zdnet.com/article/linus-torval

ZDNET · Linus Torvalds built Git in 10 days - and never imagined it would last 20 yearsDi Steven Vaughan-Nichols

#Git mini tip:

Acknowledge co-authors with a 'co-authored-by' trailer at the end of your commit message, like:

co-authored-by: Otter Coder <otter@coolmail.example>

GitHub, GitLab, and some other Git hosts will parse such trailers and show co-authors’ avatars alongside your own for that commit.