The Game of Trees Hub is now hosting an #OpenBSD #Git repository mirror:
The repositories available on our mirror contain the same data as already available at the openbsd accounts on Codeberg and Github but we do not rely on these other sites for updates. Repository updates are regularly being pushed to us directly from Canada.
People who write LaTeX or markdown under git but who also like tidy text files, how do you do it?
I like to keep my source file at under 80 characters per line and am frequently "reflowing" paragraphs with my text editor, to keep the source file pleasing to the eye.
But this doesn't play well with git: if I remove a word at the start of a paragraph, all following lines are going to be changed after reflow.
What could I do? I know that some people insert linebreaks after commas and periods to mitigate this. Any other ideas?
@Shizanit зарегався на хостингу #Git https://git.fediland.in.ua - хороша ініціатива будувати локальну, не залежну екосистему!
Хотів запитати, чи дійсно там вимкнена функція дзеркалювання, бо переїжджати з GitHub/Codeberg не планую але може таки передумаю.
Зі спостережень, дзеркала часто вимикають бо це не дешеве задоволення, хоча це обмеження легко обходиться через віддалений crontab git pull/git push.
Потрішки вживаюсь на #Radicle: ось невеличка нотатка (вже серії) стосовно Перенесення репозиторію Radicle на інший апстрім #Git зі збереженням RID
The #README is written and translated into English. Next step is to initialize my directory and set up #git with the necessary information for #Codeberg.
My excitement is growing 🤩
Does anyone know how to set up a 2 way mirror git repo between git.gay (forgejo), and github?
#git #forgejo
Tangled · tightly-knit social coding
「 We envision a place where developers have complete ownership of their code, open source communities can freely self-govern and most importantly, coding can be social and fun again 」
I want to share my experiences with #DecapCMS [1]. I set up a lot of static pages with #CI&CD in the past. #mkdocs material, #jekyll, #hugo. You name it. The challenge was always to bring in people not comfortable with #Git/ #Gitlab.
DecapCMS elegantly solves this without much overhead: You place a `js`, `config.yml` and `index.html` in your static site. DecapCMS connects to your Gitlab (or #Github etc.) via Application integration. Tada. Your users can now edit your Markdown based static site directly in a #WYSIWYG-like editor, without ever touching Git, Gitlab or Github. The backend and CI&CD all remain the same.
I had this on the radar for a long time, but only now was able to test it. The integration and setup process was much simpler than I thought. No additional service required, just static files!

Here's a #PixelFed update #git issue I didn't expect: installed on an rpi5, the git was cloned to the sdcard, but after installation I had to move /storage to a USB drive and so symlinked the path. I also had to modify database.php to use pgsql.
Now, when I attempt a pull, I'm told to stash my changes, but stash throws an error because composer.lock was changed and /storage/app/.gitignore is now a symlink.
error: 'storage/app/.gitignore' is beyond a symbolic link
fatal: Unable to process path storage/app/.gitignore
Whatever this stash test is, it doesn't obey root .gitignore, and I did a git rm --cached on that file which shouldn't be IN the repo anyway, and wasn't. Google and DDG refuse to understand that this isn't about adding filenames to .gitignore and git itself has no obvious override.
So I'm stuck 😞
Evolving #Git for the next decade
https://lwn.net/SubscriberLink/1057561/bddc1e61152fadf6/
https://www.ossflow.fr/git-3-0-and-beyond-whats-coming/ - a quick tour around #git 3 with links to source materials.
Does anyone on #gitgay know if there's a way to merge pull requests from other forks into your fork of a base repo?