If you're considering using forgejo, highly recommend this script. Extremely easy to configure mirrors of your GitHub repos, it even copies privacy+archive status.
https://github.com/PatNei/GITHUB2FORGEJO
#forgejo #github #git #foss #enshittification
Sooo...that whole #AI really speeds up things like commit messages in #git might just be bullshit too...
https://github.com/google-gemini/gemini-cli/issues/16750
Los comandos que necesito para trabajar con git desde la terminal https://myblog.clonbg.es/los-comandos-que-necesito-para-trabajar-con-git-desde-la-terminal/ #Terminal #Git https://clonbg.es

Takeaways from a second serious session of #Lisp programming in #ed(1):
• I still need Emacs for indentation and because I only set up #Git auth in #Magit.
• Overall, the code is working nicely with line-readtable syntax
• But I’m afraid of the possibility of extending this code, because my nice line-local nesting operators will break when split across lines.
• My programming style immediately shifted to writing small functions that compose (somewhat (like (that on args))) like in Lamber and #Wisp
This post is written in aed(1)
https://codeberg.org/uzu/strudel/pulls/1922 #strudel #pr #shell #git #githook
added 2 utility scripts that others may find useful
git-show-tag-message
shows the message associated with a tag AND NOTHING ELSE
Assumes you've signed your tags because you're a sensible person (riiiight? 🤨)
git-changelog
generates a reverse chronological changelog from all your tag's messages. Can do #orgmode or #markdown format
(makes some assumptions about the content of your tag's messages )
Both can be found here: https://github.com/masukomi/masuconfigs/tree/master/bin/git-scripts
setup gpg
setup pass
setup git gpg signing
set git, kubeconfig, and direnv to use pass
Now to get the Forgejo instance itself to use gpg, along with a few other config files
Thanks to @sheogorath@microblog.shivering-isles.com and @mmeier@social.mei-home.net for some excellent posts and ideas
#Homelab #Kubernetes #git
Mes notes hebdo du 16 Janvier : https://blog.dunstetter.fr/fr/posts/notes-hebdo-16-janvier-2026/
#afnil #isbn #ecriture #git #macOS #barrel_file #lpo #lpofrance #comptage #jardin #natation
git-wok 1.3.0 is out!
Multi-repo workspace management (git submodules) just got smoother:
- `wok switch` now follows the umbrella branch’s wok.toml
- New -b shorthand for `wok switch --branch`
- `wok update` fixed for detached submodules
Install: `cargo install git-wok`
Source: https://codeberg.org/wok/wok
Friday #FOSS release - Gommitlint - linting tool for commits - CLI and CI, written in Go.https://itiquette.codeberg.page/posts/gommitlint-release/ #opensource #cli #ci #git #commit #lint
Friday #FOSS release - Gommitlint - linting tool for commits - CLI and CI, written in Go.https://itiquette.codeberg.page/posts/gommitlint-release/ #opensource #cli #ci #git #commit #lint
Created a new repo for my Linux dotfiles and aliases.
Even though it’s holding such sensitive files, I’m not using any branch protection…
Just raw dogging those commits into main 🤫
#development #linux #git #github