git

Back Open Paginator
27.08.2025 14:23
kAlvaro (@kAlvaro@mastodon.social)

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.




Show Original Post


27.08.2025 04:24
mfenniak (@mfenniak@yyc.bike)

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:
- steveklabnik.github.io/jujutsu
- maddie.wtf/posts/2025-07-21-ju

... and a real reference for when you go off the tutorial path: jj-vcs.github.io/jj/latest/cli

#git #jj




Show Original Post


27.08.2025 04:03
snacktraces (@snacktraces@hachyderm.io)

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




Show Original Post


26.08.2025 22:27
aulate (@aulate@mastodon.social)

🕵️ 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?




Show Original Post


26.08.2025 21:53
stephane_klein (@stephane_klein@social.coop)

Je viens de finir « POC serveur Git HTTP avec exécution de scripts au push »

notes.sklein.xyz/Projet%2032/

#Git #SvelteKit #NodeJS #POC




Show Original Post


26.08.2025 21:35
cehteh (@cehteh@social.tchncs.de)

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.

seed.pipapo.org/nodes/seed.pip

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





Show Original Post


26.08.2025 20:41
snacktraces (@snacktraces@hachyderm.io)

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




Show Original Post


26.08.2025 18:00
devdigest (@devdigest@mastodon.social)

⚡️ GitHub Copilot for Azure Now in Visual Studio 2022

🏷️

devdigest.today/goto/4822




Show Original Post


26.08.2025 17:57
mobileatom (@mobileatom@flipboard.com)

CISA warns of actively exploited Git code execution flaw. #git #cybersecurity

bleepingcomputer.com/news/secu

Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom




Show Original Post


26.08.2025 17:42
beardedtechguy (@beardedtechguy@infosec.exchange)

CISA warns of actively exploited Git code execution flaw bleepingcomputer.com/news/secu

#cybersecurity #exploits #git #bleepingcomputer




Show Original Post


26.08.2025 16:34
meziantou (@meziantou@hachyderm.io)

Git Worktree: Managing Multiple Working Directories #git meziantou.net/git-worktree-man




Show Original Post


26.08.2025 15:02
pawamoy (@pawamoy@fosstodon.org)

'this a joke Git?

How do I not look like spam? Should I try to generate a message with an LLM 🙃?

#git #gitwhatchanged





Show Original Post


1 ...287 288 289 290 291 292 293 294 295 296 297 ...347
UP