One of the things that irritates me so much about #git is I can never remember whether it's `origin/branch` or `origin branch` for any given command.
One of the things that irritates me so much about #git is I can never remember whether it's `origin/branch` or `origin branch` for any given command.
@programming_discussions Fun fact: #git is tracked using #git.
I enjoyed this interview with Linus Torvalds about 20 years of #git
¡Potencia tu código con Git!
Es el control de versiones indispensable para programadores. Guarda un historial de tus cambios, colabora sin caos y experimenta con seguridad usando ramas. Es rápido, distribuido y el estándar de la industria.
¡Domina Git y lleva tu desarrollo al siguiente nivel!
Implementing SQL JOIN Support in ChronDB via PostgreSQL Protocol
The game of creating databases using #git internals continues
this week was the time to implement inner/left/right join in the #postgresql protocol
I tried to explain a little about the architecture implemented to perform joins
https://www.moclojer.com/blog/implementing-sql-join-support-in-chrondb-via-postgresql-protocol/
Linus Torvalds built #Git in 10 days - and never imagined it would last 20 years https://www.zdnet.com/article/linus-torvalds-built-git-in-10-days-and-never-imagined-it-would-last-20-years/ by @sjvn
Today, many developers can't imagine a world without Git. When it first appeared, most #programmers hated it. Oh, how things have changed!
#heptapod 17.8.3 released, bumping #gitlab to the 17.8.7 regular patch release Changelog: https://foss.heptapod.net/heptapod/heptapod/-/blob/heptapod-17.8.3/HEPTAPOD_CHANGELOG.md Download instructions: https://heptapod.net/pages/get-heptapod.html#get-heptapod #git #mercurial
2/ There is now a video, too:
'"In this candid interview, #LinusTorvalds discusses #Git's unexpected journey from a #Linux #kernel management tool to the foundation of modern software development. Learn about the technical decisions, community contributions, and evolving philosophy behind the version control system that powers millions of projects."'
Please, control your vibes... git!
https://x.com/vid_anuj/status/1902379748501880934
#Git turns 20! #anniversary #github
Two decades of Git: A conversation with creator Linus Torvalds by GitHub
https://www.youtube.com/watch?v=sCr_gb8rdEI
From: blenderdumbass . org
And I'm happy to tell you that Speed Dreams announced today that they are finally moving to Git. This is huge!
Read or listen: https://blenderdumbass.org/articles/huge__speed_dreams_is_now_on_git
#heptapod 17.9.1 released, bumping #gitlab to the 17.9.6 scheduled patch release Changelog: https://foss.heptapod.net/heptapod/heptapod/-/blob/heptapod-17.9.1/HEPTAPOD_CHANGELOG.md Download instructions: https://heptapod.net/pages/get-heptapod.html#get-heptapod #git #mercurial
3 branches of government?
Should've used trunk-based
I have (literally!) hundreds of local clones of Git repos on my laptop. And I spend rather longer than I'd like remembering what they're called. So I wrote "gitme" - a bash function for finding a repo and changing to the correct directory. I've already found it very useful - you might too (if you're anything like me).