Do you know how to input the commit message when using Git revert? So that no Git editor is opened?
You can't, you have to do it in two steps
git revert --no-commit <SHA>
git commit -m "<message>"
https://stackoverflow.com/a/48070921
Something I learnt thanks to teaching at LatinR! 🙏
Die nächste #OSS #Spende geht von mir in diesem Monat an @Codeberg. Eine sehr gute GitHub Alternative (natürlich nicht der gleiche Funktionsumfang) und pfeilschnell 🙂. Mittlerweile habe ich meine neuen #Git Repositories da angelegt. Auch hier: vielen Dank für eure Arbeit! #donation https://www.codeberg.org
I think I remember having read about #git #worktrees in a remote past, but today I rediscovered them when Claude proposed it to work in parallel on multiple features:
https://www.geeksforgeeks.org/git/using-git-worktrees-for-multiple-working-directories/
It's actually a nice way of having multiple views of a given git repo. I used to do
git clone path/to/other/repo
and then do commit/push to/from these repos. But it was always a mess! Using `git worktrees` you can have this in a more ordered fashion!
Show HN: Lockenv – Simple encrypted secrets storage for Git
Link: https://github.com/illarion/lockenv
Discussion: https://news.ycombinator.com/item?id=46189480
Creating/managing aliases is interesting.
I'm renaming one of my Git aliases to optimize tab completion.
Old Aliases:
git open-pr-github
git open-pr-codeberg
required typing `git open-pr-g` until I could tab complete.
New Aliases:
git gh-open-pr
git cb-open-pr
Now I can type just `git gh` and tab complete.
#git #github #savingKeystrokes
https://github.com/salcode/salcode-git/pull/44
Lockenv – Simple encrypted secrets storage for Git
https://github.com/illarion/lockenv
#HackerNews #Lockenv #Encrypted #Secrets #Git #Storage #OpenSource #Cybersecurity
Current front page of GitLab ​
​
#gitlab #git #ai #aislop

Sagt mal, ITler*innen:
Ist jemand willens & in der Lage, eine #git #Schulung für meine ~4–8 Kolleg*innen zu geben?
(Wir arbeiten mit git & GitLab, aber manche ohne zu wissen, was sie tun.)
Angedacht sind 2 Tage vor Ort in der Nähe von Gießen.
Die Angebote, die wir bisher eingeholt haben, waren exorbitant teuer, nur online und nicht auf uns zugeschnitten.
Näheres per DM.
![]()
Fabric data agents support CI/CD, ALM flow, and Git integration. These enhancements help you implement best practices for managing your data agent artifacts and tracking changes, leading to more reliable and collaborative development.
#MicrosoftFabric #Git #DevOps #CI_CD
https://blog.fabric.microsoft.com/en-US/blog/fabric-data-agent-now-supports-ci-cd-alm-flow-and-git-integration/?wt.mc_id=DP-MVP-4015656
https://github.com/orgs/community/discussions/161368
No "Issues" to enable in a forked repo
What is Git Made Of? 🇺🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/git-technologies/
¿Con Qué Está Hecho Git? 🇪🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/tecnologias-git/
#programming #coding #programaciĂłn #code #webdevelopment #devs #softwaredevelopment #git

2. Then I was talking with my colleague about improving #osc to work better with #git on the older #SUSE distros. Not actually having done anything specific, but there seems to be some progress.
3. One thing which I really missed from #git-bug is working with https://todo.sr.ht . With kind help of LLMs, I have managed to create two PRs, which could help: https://github.com/git-bug/git-bug/pull/1499 and https://github.com/git-bug/git-bug/issues/1501 That seems to be at least on the way too.
[2/]