Tootfinder

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

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

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

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

@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

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

@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 😞

@ellie@ellieayla.net
2026-03-17 07:16:15

find ~/workspace -maxdepth 2 -name .git -type d -print0 | xargs -0 git unneeded --no-fetch
aaaaaaaaaaaaa
#dead #git

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

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

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

@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

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

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

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

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

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

@a@paperbay.org
2026-03-08 09:32:14

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

@cfo@tooting.ch
2026-03-23 13:46:50

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

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

Nice bit of #git #data driven #analysis

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

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

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

#Git as a fancy #DAG
ephraimsiegfried.ch/posts/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

@ellie@ellieayla.net
2026-03-17 03:59:39

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

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

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

@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

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