Hai sempre voluto imparare a usare Git (
) per gestire il tuo codice in modo efficiente?
💻 Grazie al corso Git 2026, offerto anche quest'anno come Passion in Action, questo è possibile!
@ItaLinuxSociety @milano @lambrate
#politecnicodimilano #git #svn #corso #course @tecnologia @linux
1/

I haven't set up a new code project in ages, but now I am doing so, and GitHub isn't anymore even a remotely within the options I'm considering. Given the constant corporation driven enshittification, the only viable options seems to be self host. And while I'm at it, I think I'll ditch git as well, and go with https://fossil-scm.org/ , a SCM developed and used by the sqlite team.
#programming #git #fossil #scm
"Git City visualise les profils GitHub sous forme de ville 3D en pixel art : chaque développeur·se devient un bâtiment que vous pouvez explorer en volant dans la cité." (Poke @camilleroux.com )
#GitCity #Git #City #OoenSource #LogicielLibre ...
Magit user? Want to do some on-the fly git stuff in a shell in the current dir and not switch to your main Emacs window? Or just use Magit as a Git TUI? Put this in a file ~/bin/magit:
#!/bin/bash
emacs -nw --eval="(setq magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)" -f magit
Pünktlich zum Wochenende gibt es eine neue Woche. Beide hatten eine ruhige Woche. Dennoch gibt es Neues zu berichten.
Hört einfach mal rein.
👉 https://ready-for-review.dev/2026/03/06/rfr094-preiserhohungen-und-katzen/
If the creator of Linux relies on source control, so can you! 💻🔥
git bisect is one of the greatest things ever invented
This looks amazing, I can't wait to see if it makes my #kicad experience work with #git / #codeberg
It seems to be at least a solid start to a graphical review tool for PCB revisions done in kicad, with a slider to see changes between schematics and layouts, plus a BOM tracker!
https://github.com/krishna-swaroop/KiCAD-Prism

[$] Reconsidering the multi-generational LRU
The multi-generational LRU (MGLRU) is an alternative memory-management algorithm that was merged for the 6.1 kernel in late 2022. It brought a promise of much-improved performance [...]
https://lwn.net/Articles/1060967/ #LWN #Linux #kernel #Android #Git #BPF #LSFMMBPF
Wir haben beschlossen, etwas gegen das schlechte Gewissen zu unternehmen, wenn #WordPress empfiehlt, vor einem Update ein Datenbank-#Backup zu machen:
https://blog.kinetiqa.de/2026/03/wordpress-backups/
Wir haben für kleine Blogs eine einfache, aber effiziente Backupstrategie entwickelt. Sie verwendet unter der Haube #Git und erlaubt, zu beliebigen vergangenen Zeitpunkten zurückzuspringen.
Wie genau so ein Backup funktioniert, beschreiben wir in unserem neuesten Blogbeitrag.
You just reorganized your project and renamed several files. When you check your history, Git cleverly shows that the files were "renamed" rather than deleted and recreated.
How does Git actually record this rename action under the hood? Vote below👇
Check out the right answer here 👉 https://www.youtube.com/post/UgkxmMT_wtEzWjcA7ekoo5GLkI2N32yJzHPF
#SmartGit #git #SoftwareEngineering #WebDevelopment #CodingLife
Thank you @stefanzweifel (& contributors) for git-auto-commit-action.