Git y GitHub desde cero by Brais Moure is free with a Leanpub Reader membership! Or you can buy it for $8.90! https://leanpub.com/git-github #computer_programming #computer_science #software #version_control #git #software_engineering
David Bushell says: GitHub is sinking. https://dbushell.com/2026/04/29/github-is-sinking/ #GitHub #Git
BTW, great site design David.
Gitea v1.26.1 Released: https://github.com/go-gitea/gitea/releases/tag/v1.26.1
#gitea #linux #update #release #foss #git #selfhosted
What is a remote repository in Git?
1. Local origin/main branch
2. Repo living elsewhere
3. Current branch URL
4. Auto-backup before push
Think you nailed it? 👀 Verify your answer and level up your Git game with instant feedback right here 👉 https://www.git-skills.dev/quiz/concepts-remotes-tracking-remote-state/#q-what-is-a-remote-repository-in-git
#Git #GitSkills #SmartGit #Coding #Programming #SoftwareEngineering #CloudComputing #CodeNewbie #100DaysOfCode #TechQuiz

« J'ai découvert Beads, Dolt et DoltgreSQL »
https://notes.sklein.xyz/2026-05-02_1035/zen/
#Git #PostgreSQL #IssueTracker
General Question. the latest CVE in Linux was fixed across all recent releases. how do you "do" that in git? I mean the fixing across versions. Do you implement it in the most recent version and then you cherry pick it up?
Are there best practices? can anyone recommend a Video?
#DuckDuckFedi #Linux #Git #SoftwareDevelopment
Created a new Codeberg account, I had one linked to Github in the past, but hadn't used it. Now may be the time to think about where I keep my tiny repo...
#git #repo #code
The missed a trick when they didn't name the various git commit flags after crimes.
to commit + push: git commit --vandalism
to commit but detach from HEAD: git commit --regicide
to force/clobber: git commit --arson
Working on a git LFS locking plugin for Godot, allowing you to view the lock state of files (including who has a given file locked) & lock/unlock assets right from the file system dock in the editor.
#gamedev #godot #git #programming

It's incredible how many projects completely break when you use a different default name for #Git remotes. I changed if from "origin" to "upstream" a long time ago and I already encountered 3 projects that break just because of that change. The latest one to break seems to be x264.
What is a remote repository in Git?
Think you nailed it? 👀 Verify your answer and level up your Git game with instant feedback right here 👉 https://www.git-skills.dev/quiz/concepts-remotes-tracking-remote-state/#q-what-is-a-remote-repository-in-git
#Git #GitSkills #SmartGit #Coding #Programming #SoftwareEngineering #CloudComputing #CodeNewbie #100DaysOfCode #TechQuiz
[$] Version-controlled databases using Prolly trees
Modern database and filesystems make pervasive use of B-trees, which are tree structures optimized for storing sorted lists of keys and values on block devices. Dolt is an Apache [...]
https://lwn.net/Articles/1068864/ #LWN #Linux #Python #Git #PostgreSQL #PostgreSQL