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…
⚙️ Automatic model selection: haiku for trivial, sonnet for standard, opus for critical planning
🐳 Flexible isolation: #Docker containers, #git worktrees, or direct execution
💾 Built-in crash recovery via #SQLite
Periodic reminder - if you're using git , #homelab #devops #sre #git
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
Git is to GitHub as porn is to PornHub.
#git #github
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
Hi :gitannex: #git and #gitAnnex crowd. How do I configure git so a `git annex assist` (or the assistant) will *never* stop in a merge conflict? It should just choose one side, I don't care about conflicts.
@…
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
Opengist
Self-hosted pastebin powered by Git, open-source alternative to Github Gist
🧑💻 #git #gist
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 😞
Toda hora que eu quero fazer um "git push" o #gitHub agora pede um token enorme e impossível de decorar, ao invés da minha senha. Imagino que tenha como fazer o #git memorizar este token na minha mšquina, mas que chatice descobrir como que faz. Por agora, eu nem vou perder tempo com isso.…
I don't know what a L-cone is, but I seem to really want to use #git with it.
Ooooh, you can easily full-share calendars of a #radicale instance between accounts by just symlinking them into other users' directories. Everyone then 'owns' that calendar and can do anything. Paired with the #git hook, this then gives you a very fine-grained log of who changed what and when.…
Does anyone have experience with #gitSubRepo? It seems to be a more ergonomic version of #gitSubTree that e.g. remembers remote urls to spare you lengthy syncing commands.
I have begun a new journey to shift away from software hosted on GitHub.
What I did so far:
Lemmy - piefed
Organic maps - Comaps
Mastodon will be next. Maybe I'll go with akkoma or Sharkey
#git #github
Today I’ve completed the migration from #portainer to #komodo as #docker manager. The #git integ…