When deleting project directories, #git has trained me to use -f, because .git will always have some write-protected files
master vs main
https://lemmy.world/post/36737831
Radicle: peer-to-peer collaboration with Git
https://programming.dev/post/38409928
Still not sure if I should give #opengist a try. Great for sharing snippets, but might be overkill.
For now, i'll try my luck with the Forgejo Wiki. Been working so far and it might be all I need.
Feel free to check it out:
https://git.uphillsecurity.com/cf7/Snippets/wiki/?action=_pages
🚀 Codeberg just hit 300,000 projects!
Born in Berlin in 2018, this non-profit, community-driven forge is proving that open source hosting can scale without selling out. From Gitea to Forgejo, from early ideals to modern resilience, Codeberg is climbing higher than ever. 🌍✨
https://dropletdrift.com/codeberg-hits-300000-projects/
#OpenSource #Codeberg #Forgejo #FOSS #Git #GitHub #GitLab #SourceHut #SoftwareFreedom #Developers #Programming #TechNews #Community #Nonprofit #Linux #Coding #Privacy #Ethics #FreeSoftware
Codeberg Reaches 300k Projects
https://codeberg.org/
#ycombinator #git #non_profit #foss #oss #free #software #open #source #code #hosting
🌗 Codeberg.org:開源專案的免費 Git 託管與社羣
➤ 一個尊重自由與隱私的開源協作空間
✤ https://codeberg.org/
Codeberg.org 是一個非營利、由社羣驅動的平臺,為免費及開源專案提供 Git 託管與相關服務。該網站強調使用者自主、尊重隱私,並無廣告或第三方追蹤。Codeberg 由德國柏林的 Codeberg e.V. 非營利組織維護,其運作依賴使用者捐款與會員支持,以確保獨立性與永續發展。除了 Git 託管,Codeberg 還提供 Codeberg Pages、Woodpecker CI 等服務,並由 Forgejo 等自由軟體驅動,致力於推廣自由文化、開放性與創造力。
+ 這個平臺聽起來很不錯,特別是它強調不追蹤、無廣告,這在現今網路環境中很難得。我會考慮支持一下。
+ 作為開源專案的開發者,我一直在尋找像 Codeberg 這樣的託管服務。非營利模式和社羣主導是很大的吸引力。
#開源 #Git 託管 #非營利組織 #社羣
🛠️ #Git is taking over! #Leap 16 adopts #GitWorkflow. Tumbleweed testing staging scale next. Docs & guidance available now. #openSUSE https://news.opensuse.org/2025/09/09/project-halway-there-with-git-adoption/
#GitOps automatically deploys to #Kubernetes or anywhere on a #Git change. Come to #DevOpsCon #NewYork #InPerson and see ArgoCD and an on-prem GitOps solution https://devopscon.io/new-york/, slides: https://robrich.org/slides/gitops/, code: https://github.com/robrich/gitops
Why do I think rebasing is not a great idea in many cases?
https://blog.sigma-star.io/2025/10/a-case-against-git-rebase/

Game of Trees 0.119 released https://www.undeadly.org/cgi?action=article;sid=20251001132258 #openbsd #gameoftrees #got #git #development #versioncontrol #programming #freesoftware #libresoftware
Is there sandbox weirdness going on with
#nix fixed-output-derivations (i.e. when you specify outputHash) that some tcp connections are disallowed? I can git clone in runCommand, but down the line a 'git annex get' (which internally just downloads another file via http) fails with this weird message 'no such protocol name: tcp'. With `--option sanbox false` everything is fine, but that's no solution obviously.
https://gitlab.com/nobodyinperson/nixconfig/-/snippets/4893095