2026-04-15 09:18:53
> git status
.................: File name too long
And now the pain begins. If you know, you know... 😑
#git
Did you clone a large amount of git repos? Is ~/workspace/ a giant mess? Need to declutter?
If a remote exists and all branches have been pushed (or merged), and you trust the git host to stay up, maybe we don't need to keep the local copy.
Or if there's local branch refs for commits that have never been pushed, maybe they should be.
#git #github #tools #devtools
Should I Switch From #Git to #Jujutsu
https://etodd.io/2025/10/02/should-i-switch-from-gi…
I just stopped my personal @… due to the AI bot (with random IPs) just going crazy on each commit.
I'm still looking for a forge generating static content and aggressively caching pages.
#git
Here's a #PixelFed update #git issue I didn't expect: installed on an rpi5, the git was cloned to the sdcard, but after installation I had to move /storage to a USB drive and so symlinked the path. I also had to modify database.php to use pgsql.
Now, when I attempt a pull, I'm told to stash my changes, but stash throws an error because composer.lock was changed and /storage/app/.gitignore is now a symlink.
error: 'storage/app/.gitignore' is beyond a symbolic link
fatal: Unable to process path storage/app/.gitignore
Whatever this stash test is, it doesn't obey root .gitignore, and I did a git rm --cached on that file which shouldn't be IN the repo anyway, and wasn't. Google and DDG refuse to understand that this isn't about adding filenames to .gitignore and git itself has no obvious override.
So I'm stuck 😞
At @… we're running many linter-ish tools in CI that I'd like to have easy to apply (codespell, various indentation/sorting stuff, cargo clippy --fix). Are there existing tools that I can wrap those in, so that at the end of a PR's CI run, I get a neat set of "fixup!" #git
Alternate code forges be like:
1. Let's offer this alternate VCS, so all the #git haters come to us.
2. Oh no, there's not much money in git haters. Let's offer git as well.
3. This alternate VCS is too much effort. Let's discontinue hosting it and tell our users to switch to our git hosting.
4. Why did all our users to move back to #GitHub?
#Bitbucket #Launchpad
Hey #fediverse #developers
I am happy to bring this update for my pet project #GitRaven. It's a Git management tool built in C and Qt as a learning experience.
Give it a…
I don't know what a L-cone is, but I seem to really want to use #git with it.
{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: #rstats
Les bases sont acquises.
C'est pas si compliqué et tellement plus pratique que de bricoler sur le site web.
Vous pouvez retourner Š vos occupation favorites.
#git
Today I’ve completed the migration from #portainer to #komodo as #docker manager. The #git integ…