Yo: Tengo dos commits locales pendientes de hacer push, pero solo quiero enviar el primero. Será algo fácil de hacer, ¿no?
Git: Sujétame el cubata.
#git
My third attempt to start using jj (Jujutsu VCS) may actually be a success. If you're a dev who makes a big change out of a stack of well-organized small commits... but never gets it right the first time... jj relieves the `git rebase` workload significantly. Works on a git repo, with Forgejo, GitHub, etc. of course.
Two good starter resources:
- https://steveklabnik.github.io/jujutsu-tutorial/introduction/what-is-jj-and-why-should-i-care.html
- https://maddie.wtf/posts/2025-07-21-jujutsu-for-busy-devs
... and a real reference for when you go off the tutorial path: https://jj-vcs.github.io/jj/latest/cli-reference/
I will be offering this again tomorrow (Wednesday from 10am - 3pm EDT/ 1400-1900 UTC)...
Need a pairing buddy to help learn about/more about git? Git, a popular/commonly used source control tool for software development, can be a bit tricky to learn.
Maybe even some intro to programming?
For the next few hours, I would like to offer some live pairing if anyone is interested.
Free of charge, just wanting to share with someone who could use it. DM me if interested.
#git #SoftwareEngineering #SoftwareDevelopment
🕵️ Tip de Git: caza bugs con git bisect
Cuando un bug “aparece de la nada”, usa búsqueda binaria para hallar el commit culpable en ~log₂N pasos:
git bisect start
git bisect bad HEAD
git bisect good <commit-o-tag-sano>
# prueba el estado del repo → marca:
git bisect good
git bisect bad
# repite hasta que señale el commit
git bisect reset
Bonus: automatiza las pruebas con un script que retorne 0/1.
¿Tu truco favorito para depurar historia?
#Git #Debugging #DevTips #Programación #Fediverso
Je viens de finir « POC serveur Git HTTP avec exécution de scripts au push »
https://notes.sklein.xyz/Projet%2032/
cehgit is dead .. BAsh Rules! 🎉
Last year I created with my own 'pre-commit' script. This worked but doesn't scale well. I eyed 'just' but it lacks some features I really wish for.
Hold my 🍺! Here comes 'bar'. A rule evaluation engine on top of bash. Still WIP'ish but it is useable now.
https://seed.pipapo.org/nodes/seed.pipapo.org/rad:z3WhBdHt1VVNyeQ61zpY66pNzuSrP/tree/README
Notable/opinionated features include:
* Rules can have multiple clauses
* Clauses can be conditionally skipped
* githooks run in dedicated directories, no stashing/changes to your worktree.
* Build artifacts are cached/reused
* Expensive work can be scheduled to the background. Tests run while you type the commit message.
* It has a second personality called 'please'. So you can do things like 'please update_radicle' on the comandline.
#bash #git #rules #rustlang #cargo
Need a pairing buddy to help learn about/more about git? Git, a popular/commonly used source control tool for software development, can be a bit tricky to learn.
Maybe even some intro to programming?
For the next few hours, I would like to offer some live pairing if anyone is interested.
Free of charge, just wanting to share with someone who could use it. DM me if interested.
#SoftwareDevelopment #SoftwareEngineering #git #Newbies
⚡️ GitHub Copilot for Azure Now in Visual Studio 2022
🏷️ #devdigest #dotnet #net #microsoft #ide #visualstudio #cloud #azure #git #github
https://devdigest.today/goto/4822
CISA warns of actively exploited Git code execution flaw. #git #cybersecurity
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
CISA warns of actively exploited Git code execution flaw https://www.bleepingcomputer.com/news/security/cisa-warns-of-actively-exploited-git-code-execution-flaw/
#cybersecurity #exploits #git #bleepingcomputer
Git Worktree: Managing Multiple Working Directories #git https://www.meziantou.net/git-worktree-managing-multiple-working-directories.htm?utm_medium=social&utm_source=mastodon
'this a joke Git?
How do I not look like spam? Should I try to generate a message with an LLM 🙃?
