#heptapod 18.5.5 released, bumping #gitlab to the 18.5.5 regular patch/security release Changelog: https://foss.heptapod.net/heptapod/heptapod/-/blob/heptapod-18.5.5/HEPTAPOD_CHANGELOG.md Download instructions: https://heptapod.net/pages/get-heptapod.html#get-heptapod #git #mercurial
Question: what commercial EU-based Git hosting services can you recommend?
Codeberg is great for Open Source, but I am thinking along the lines of larger personal or commercial projects that are not suitable for a non-profit like Codeberg.
@thejpster Linus forged #git to free Linux from greedy Lary.
Git went mainstream.
#GitHub appeared soon before #GitLab and most people started to host their projects there. It was almost like blessing. But both hosted on US soil.
Not many noticed #Assembla before, but it dropped open source.
#SourceForge was spamming, so not cool. There were other less popular forges, from Novell for example.
Then #Microsoft took over GitHub...
There are open-source European forges, but not mixture ones.
Dự án ntiret là một trình soạn thảo hợp tác thay thế Google Docs, dành cho học thuật. Nổi bật với hệ thống kiểm soát phiên bản kiểu Git và đồng bộ thời gian thực bằng công nghệ CRDTs trên Cloudflare Durable Objects.
#Tech #Dev #SideProject #Collaboration #CRDT #Cloudflare #CôngNghệ #PhátTriển #DựÁnCáNhân #HợpTác #Git #HọcThuật
https://www.reddit.com/r/SideProject/comments/1q7fb6y/i_am_building_a_google_docs_alternative_using/
**🚨 Vibector: Phát hiện mã AI trong Git qua commit patterns!**
Dự án mới giúp phát hiện mã do AI tạo bằng cách phân tích tốc độ commit và kích thước thay đổi. Công cụ CLI này so sánh tốc độ gõ code với khả năng con người, cung cấp thống kê và lọc file tự động.
🔍 #AI #Git #Code #Tech #LậpTrình #CôngNghệ #PhátTriểnPhầnMềm #DevTools
https://www.reddit.com/r/programming/comments/1q7e3ny/vibector_detect_aigenerated_code_in_git/
#heptapod 18.7.0rc1 released, featuring #gitlab 18.7.1 Docker: https://hub.docker.com/r/heptapod/heptapod/tags?name=18.7.0rc1 Changelog: https://foss.heptapod.net/heptapod/heptapod/-/blob/heptapod-18.7.0rc1/HEPTAPOD_CHANGELOG.md #git #mercurial
#heptapod 18.6.1 released, bumping #gitlab to the 18.6.3 patch/security version Changelog: https://foss.heptapod.net/heptapod/heptapod/-/blob/heptapod-18.6.1/HEPTAPOD_CHANGELOG.md Download instructions: https://heptapod.net/pages/get-heptapod.html#get-heptapod #git #mercurial
Join our Weekend Workshop: Getting #Git - a beginner's guide to version control and the terminal.
Dates: 14-15 Feb
https://prelude.tech/upcoming_workshops/16/details
Use the code GIFT25 to unlock a 25% festive discount! Offer valid until 11 January
Git is a powerful tool in software development, especially valuable with the rise of #LLM coding assistants. It serves as a collaboration platform and a crucial safety net.

Alojando mi propio servidor git con Forgejo
Vengo intentando salirme de GitHub, migrando proyectos personales a Codeberg y mi propia instancia de Forgejo corriendo en mi Raspberry Pi. Acá cuento un poco mi experiencia hasta ahora.
https://picandocodigo.net/2026/alojando-propio-servidor-git-forgejo/
FTX: Trình duyệt tập tin không đồng bộ mới cho Vim/Neovim! ✨ Tích hợp Git trực quan hiển thị trạng thái (staged/modified/untracked) ngay trên cây thư mục. Hoạt động không-chặn-editor, hỗ trợ drawer mode và đánh dấu tập tin thông minh. Nhẹ & tối ưu cho workflow Git! #Vim #Neovim #Git #FileExplorer #LậpTrình #CôngNghệ 🇻🇳💻
https://dev.to/m__mdy__m/ftx-asynchronous-file-tree-explorer-for-vim-and-neovim-2o96
If you ever mess up a `git commit --gpg-sign`, for example, because you connected the wrong FIDO key or none at all, you can find your old commit message under `.git/COMMIT_EDITMSG` before trying to commit again.
I'm a little embarrassed that I didn't realize this until this morning...