Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2026-01-04 09:31:23

#Git as a fancy #DAG
ephraimsiegfried.ch/posts/git-

@stsquad@mastodon.org.uk
2026-03-05 10:44:35

Nice bit of #git #data driven #analysis

@kubikpixel@chaos.social
2026-02-28 08:05:24

Opengist
Self-hosted pastebin powered by Git, open-source alternative to Github Gist
🧑‍💻 #git #gist

@frankel@mastodon.top
2026-02-25 09:05:53

#Git's Magic Files
nesbitt.io/2026/02/05/git-magi

@teledyn@mstdn.ca
2026-02-18 00:12:17

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 😞

@matematico314@social.linux.pizza
2026-01-26 04:25:55

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.…

@nobodyinperson@fosstodon.org
2025-12-18 11:35:24

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.

@mgorny@social.treehouse.systems
2026-02-23 15:07:34

I don't know what a L-cone is, but I seem to really want to use #git with it.

@frankel@mastodon.top
2025-12-29 16:00:04

A year on #GitHub
git-wrapped.com/profiles/nfran

@emd@cosocial.ca
2026-01-09 19:41:08

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

@eaglw@social.linux.pizza
2026-03-06 00:21:31

Today I’ve completed the migration from #portainer to #komodo as #docker manager. The #git integ…

@datascience@genomic.social
2026-02-25 11:00:01

{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: #rstats

@lil5@social.linux.pizza
2026-01-09 21:58:25

Git is to GitHub as porn is to PornHub.
#git #github

@nobodyinperson@fosstodon.org
2025-12-12 11:35:07

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 …

@frankel@mastodon.top
2026-02-17 17:08:25

Evolving #Git for the next decade
lwn.net/SubscriberLink/1057561

@compfu@mograph.social
2025-12-09 13:04:03

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…

@michabbb@social.vivaldi.net
2026-01-13 00:45:00

⚙️ 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

@nobodyinperson@fosstodon.org
2026-02-09 09:24:48

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.
@…

@Stomata@social.linux.pizza
2025-12-18 11:14:31

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

@unixorn@hachyderm.io
2026-01-13 16:07:25

Periodic reminder - if you're using git , #homelab #devops #sre #git

@chrysn@chaos.social
2026-02-11 23:20:09

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

@nobodyinperson@fosstodon.org
2026-01-13 15:04:13

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…

@nobodyinperson@fosstodon.org
2026-02-07 23:07:52

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.…

@frankel@mastodon.top
2026-01-14 09:14:13

Codeberg is a non-profit, community-led effort that provides #Git #hosting and other services for #free and #opensource