I'm using #git subtree for the first time in a real setting. It feels nicer than git submodules, because you can just commit and everything downstream is included. You can then push the individual subtrees later and it'll pick only the commits that actually touched their directories. `git log` gets a bit crowded though with duplicate commits (from parent and subtree repos). And there's no …
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
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
Git is to GitHub as porn is to PornHub.
#git #github
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.
@…
For hosting our internal source code repositories, we're using #gitea. There are a bunch of other options and all of them seem to mimic github's look and feel. Gitea was the one I found out about first some years ago and it stuck. It has an issue tracker and works well for doing pull requests and reviewing them online.
There's a commercial cloud hosting offer and an enterprise opt…
check out how quickly #GitPages (and #Grebedoc) can check out a giant git repository without any changes!
if supported by the server, it retrieves only a single tree from git (no other branches, no tags, no history, no file contents), backfills it from the existing site contents, and then p…
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.…
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.…
#GitPages now implements an audit system that allows on-line, background processing of uploaded content to e.g. scan it for viruses, phishing, and other abusive material
I consider this table stakes for any service with open registration, so now I can finally say that git-pages is _almost_ done (it needs a GC and a few minor fixes to other functions)
Git merge flatten is a mistake and a skill issue from those with bad git history visualisers.
#git
Attempting to get some PR's for @… out, can't even rebase right now:
#git #github
⚙️ 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
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
Periodic reminder - if you're using git , #homelab #devops #sre #git
If you're going to police git history messages of a feature branch I'm out.
#opensource #git
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…