Tootfinder

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

@frankel@mastodon.top
2026-04-15 09:18:53

The #Git Commands I Run Before Reading Any #Code
piechowski.io/post/git-command

@nobodyinperson@fosstodon.org
2026-04-15 11:40:08

> git status
.................: File name too long
And now the pain begins. If you know, you know... 😑
#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

@publicvoit@graz.social
2026-04-12 08:32:40

If you're using #Magit for your #git productivity boost, please do consider spending a few bucks for its maintainer who earns his living with that and seems to struggle at the moment:

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

@frankel@mastodon.top
2026-03-28 09:04:46

Should I Switch From #Git to #Jujutsu
etodd.io/2025/10/02/should-i-s

@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

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

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

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

Nice bit of #git #data driven #analysis

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

@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

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

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

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

@mgorny@social.treehouse.systems
2026-04-07 09:40:28

Alternate code forges be like:
1. Let's offer this alternate VCS, so all the #git haters come to us.
2. Oh no, there's not much money in git haters. Let's offer git as well.
3. This alternate VCS is too much effort. Let's discontinue hosting it and tell our users to switch to our git hosting.
4. Why did all our users to move back to #GitHub?
#Bitbucket #Launchpad

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

@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

@shanmukhateja@social.linux.pizza
2026-04-06 18:17:27

Hey #fediverse #developers
I am happy to bring this update for my pet project #GitRaven. It's a Git management tool built in C and Qt as a learning experience.
Give it a…

@stsquad@mastodon.org.uk
2026-03-31 08:29:53

If people are worried about #emacs #vc-mode executing code when doing #git operations they are going to be shocked about the amount of access your average

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

@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

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

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

@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

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