git diff Taco Carne Asada
and was told
fatal: ambiguous argument 'Taco'
😢
#tech #dev #software #git #danger
Is anyone having trouble pushing to Codeberg?
I was getting "connection closed by remote host" errors.
Turns out my git-lfs was old, and Codeberg has some strict ssh settings.
To fix this, read: https://codeberg.org/Codeberg/Community/issues/1895#issuecomment-4057007
Short version, do this (once per repo) before pushing:
git config --local lfs.sshTransfer never
Ensure lfs version is > 3.5.x
hth
🦇
#Codeberg #git #git-lfs #GameDev #LargeFiles
I opened an "issue" on Codeberg to try get some discussion about my recent git-lfs experiences and the ideas floating in my head for a better way to handle large binary files while using git.
I'd appreciate any feedback etc. It's here:
https://codeberg.org/Codeberg/Community/issues/1910
I'm a git-nitwit, so factor that in! 🤭
🦇
Finally reviewed LazyGit!
Amazing #dev & #devops tool for #git
https://jelloeater.me/review/lazygit/
🚀 Gitea 1.23.8 is out!
This release includes critical bug fixes and a Go version upgrade addressing important security issues. We strongly recommend all users update ASAP.
Code migration to @Codeberg ✅ 🎉
https://codeberg.org/inventaire/
Bye bye Microsoft/Github, we are excited to finally have our code forge also running on libre/free software, and hosted by a fellow non-profit! Thanks @forgejo and @Codeberg for the amazing work!
I've played a bit with the #TODOmd hook and I know how many TODOs there are in some popular Open Source projects:
* CPython: 187 TODOs
* Linux: 3788 TODOs
* Git: 112 TODOs
* Go: 455 TODOs
What other Open Source projects should I enhance with the TODO.md file?:)
#OpenSource #TODOmd #CPython #Python #Linux #Kernel #Git #Go #Golang #DevTools
What self-hosted Git forge do people like these days for personal use? (and why? I'm always interested in why)
From what I've seen it sounds like the consensus is Forgejo > Gitea > Gogs, but I would like to know if I'm misreading the situation; or, if there are any other promising up-and-comers.
New blog post: https://mergiraf.org, a syntax-aware merge driver for #Git.
Supports #Java, #Rust, #Golang, #javascript, #cpp, #csharp, #html, #json, #yaml and #xml so far, and it's quite easy to add support for more thanks to #treesitter.
https://antonin.delpeuch.eu/posts/mergiraf-a-syntax-aware-merge-driver-for-git/
Get it on #Codeberg: https://codeberg.org/mergiraf/mergiraf
Codeberg: Spam and DoS attacks on non-commercial development platform
Masses of spam messages, overflowing email inboxes and clogged internet lines: Anonymous attacks plague the non-profit Github alternative.
#Cybercrime #DoSSchwachstelle #Git #GitHub #OpenSource #Softwareentwicklung #Spam #news
| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
| Don't Push To Production On Friday |
|_________________|
\ (•◡•) /
\ /
——
| |
|_ |_
#productivity #product #push #ascii #it #asciiart #friday #dontpush #dev #reallife #hotfix #git #codejokes #nerdjoke
https://streaming.media.ccc.de/tdf2025/
Hier sehr ihr mich gleich über
#gitAnnex und #git reden
EDIT: Folien gibts hier: https://nobodyinperson.gitlab.io/talks/2025-tdf-life-in-git.html#/title-slide
用 #SSH 连接到 #Git 仓库似乎比 HTTPS 稳定多了,刚才把 commit 推送到 Codeberg 一直出现 SSL 问题,我还以为是代理或者 Codeberg 本身的问题,但访问 codeberg.org 又没问题。之前推送到 GitHub 也会偶尔出现这种问题,估计是网络环境不稳定导致的。
如果是 SSL 的问题的话,那不用 HTTPS 不就行了吗?于是把 remote 换成了 SSH 链接,由于 Codeberg 有我的 SSH 公钥,所以连密码验证都不需要了,而且连接非常稳定,问题瞬间解决。
以后就用纯 SSH + SSH Key 连接所有的远程 Git 仓库,有点太好用,HTTPS 和 PGP/GPG Key 可以站一边去了。:discordcool:
Why not listen to @tanakian 's stream today instead: https://toobnix.org/w/cVxKX6WZCLBHNzrw4NiWMq
#lispyGopherClimate Sunday-morning-in-Europe #peertube LIVE .
Short show. #archive https://toobnix.org/w/rzDtsQPUf4Kudrq4xZCAy9
https://toobnix.org/w/gXLXQqxf5MYg1NDF2Ua6oA
No gremlins (hopefully).
Just #eev #git and #slime #commonLisp #elisp useage. Then I am going to compare #ai to https://en.wikipedia.org/wiki/Blast_fishing and changes since #gof_ai .
Also! I am going to be away for the following two weeks, sorry about the unscheduled downtime.
Thanks to the incomparable @someodd I am once again buried deep underground
gopher://gopher.someodd.zip/1/hosted/screwlisps-kitten
gopher://gopher.someodd.zip/1/hosted
Mirroring git snapshots over the #gopher protocol is an absolutely wonderful and convenient service.
Further, gopher specially works as a directory browser of text (and other) files, which is just what you want for #git in the first place !
I interviewed her at some point if someone has the link ;p
🚀 It’s here — Git Wok 1.0.0!
A fresh take on project organization that gives you the best of both worlds between monorepos and multi-repos.
Tidy structure, smooth workflows, and no lock-in.
Explore how it works:
🔗 https://git-wok.dev/getting-started/
🚀 GitNex 11.0.0 is out!
This release brings a custom URL scheme for easier access to your own instances, plus new features and bug fixes.
✨ Highlights:
• Repository topics
• Add or delete topics
• View global repo settings as an instance admin
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Game of Trees 0.122 released https://www.undeadly.org/cgi?action=article;sid=20260211061627 #openbsd #got #git #gameoftrees #versioncontrol #development #freesoftware #libresoftware
The second 'official' release is here! One big push:
**2x faster prediction, 2x more accurate**
Using parallel binary search + 3-sample probing.
FitCheck: A bash and powershell wrapper for FFmpeg that scales CRF to hit a specific size limit
https://codeberg.org/Rusty_Shackleford/FitCheck
Works anywhere FFmpeg is available
Video demo in readme
#loops #codeberg #git #unlicense #video #editing #tool #utility #fediverse #cdn #peertube #windows #linux #macos #ffmpeg #videoediting #bitrate #mastodon #pixelfed
I just open sourced dv - a terminal app for browsing diffs.
It's still pretty fresh, but if you have any feedback or ideas let me know!
https://github.com/darrenburns/dv
#tui #cli #openSource #terminal #git #github #tools #software
To-Do:
Fix final render loop - broken :(
FitCheck: A bash & powershell wrapper for FFmpeg that scales CRF to hit a specific size limit
https://codeberg.org/Rusty_Shackleford/FitCheck
Works anywhere FFmpeg is available
Video demo in readme
#loops #codeberg #git #unlicense #video #editing #tool #utility #fediverse #cdn #peertube #windows #linux #macos #ffmpeg #videoediting #bitrate #mastodon #pixelfed