2026-02-25 09:05:53
{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: #rstats
I don't know what a L-cone is, but I seem to really want to use #git with it.
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 😞
Some more `git subtree push` quirks:
• `git subtree push` (obviously) does not push :gitannex: #gitAnnex files to the remote. Syncing annexed files there is unergonomic.
• git subtree push` also strips commit signatures (e.g. GPG and as such #OpenTimeStamps timestamps). The truth lies…
Learned a neat git thing today. Reverting changes to ONE file in a PR
`git checkout origin/main -- config/services.php`
Revert the changes to `services.php` in my current branch/PR.
#git
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
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
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
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
Codeberg is a non-profit, community-led effort that provides #Git #hosting and other services for #free and #opensource …
Today I’ve completed the migration from #portainer to #komodo as #docker manager. The #git integ…