Tootfinder

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

@mgorny@social.treehouse.systems
2025-09-12 13:40:07

When `#git submodule` tells you to use `--force` option, and then you get:
```
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: --force
modified: .gitmodules
```

@mgorny@pol.social
2025-09-12 13:40:34

Kiedy `#git submodule` każe użyć opcji `--force`, i dostajesz:
```
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: --force
modified: .gitmodules
```

@stephane_klein@social.coop
2025-09-11 19:50:37

Publication du projet 33 - "POC serveur Git HTTP qui injecte du contenu dans OpenSearch"
#POC

@frankel@mastodon.top
2025-11-01 16:19:07

You already have a #git server
maurycyz.com/misc/easy_git/

@jamesthebard@social.linux.pizza
2025-09-05 03:46:01

New Pathfinder 2E character idea, new `git` repo...really works well managing all the stuff associated with my characters. Unfortunately, I still need to finish up her character background.
#pathfinder2e #git

A screenshot of a personal git server hosting a Pathfinder 2E character named Lily who is an 8th level gunslinger.
@adulau@infosec.exchange
2025-09-05 18:44:22

I keep seeing pull requests clearly generated by LLMs, but what’s really awkward is their inability to create separate branches and PRs for each fix, even after asking the contributor multiple times.
Can we conclude that git is still out of reach for LLMs to really understand?
#git #llm

@chrysn@chaos.social
2025-10-08 07:44:00

I it bugs me a lot when I see HTML pop up in #git commit messages. I think it's an unfortunate combo of 4 things leading to it: People don't trust their forges for archival (which is good, but then please just use Reviewed-on footers with URIs and use web archival tools), MarkDown being the mess it is allowing HTML as fallback, forges taking in their mdwn into commits (worse: squashes), and bot…

@frankel@mastodon.top
2025-09-18 16:18:05

How #git worktrees improve our git workflow
medium.com/threadsafe/how-git-

@nobodyinperson@fosstodon.org
2025-10-01 13:13:30

I finally beefed up my :nix: #nix derivation for the :gitannex: #gitAnnex standalone builds so the download process of the non-predictable version url is automated. It now uses git annex itself to retrieve the tarball from a matching commit in @…

@Stomata@social.linux.pizza
2025-11-05 13:47:59

Is @… slow for everyone today?
#codeberg #git

@mgorny@pol.social
2025-09-01 16:59:42

Czas w końcu wziąć się za przenoszenie swoich projektów z LLM Torment Nexus, dawniej #GitHub. Projekty związane z #Gentoo trafią na naszą własną infrastrukturę, w najbliższym czasie GitHub dalej będzie służył jako serwer lustrzany / ścieżka przyjmowania łatek. W przyszłości prawdopodobnie te funkcje przejmie

@qbi@freie-re.de
2025-10-27 23:14:37

#Forgejo hat sich wegen AI-DoS auch erstmal verabschiedet.
Die Last auf dem Server war extrem hoch.
#git #KI

@stephane_klein@social.coop
2025-08-26 19:53:23

Je viens de finir « POC serveur Git HTTP avec exécution de scripts au push »
#Git #SvelteKit

@shanmukhateja@social.linux.pizza
2025-10-28 18:20:57

GitRaven is my new project written in C and Qt. It is a Git repo management tool built on my free time.
#linux #git #cpp

@nobodyinperson@fosstodon.org
2025-09-24 12:43:41

I finally tried out a new cool feature of :gitannex: #gitAnnex: compute special remotes²!
Git annex is a ridiculously powerful git extension to manage large files. It remembers which file is stored on which remote. Compute special remotes now take this to another level by computing files on the fly. It's a bit like a

@adlerweb@social.adlerweb.info
2025-10-25 10:09:39

TIL: gitignore.io ist unmaintained. Die Firma, die das aufgekauft(?) hat, hat große Teile der Quellcodes auf github gelöscht und die Templates werden wohl nicht mehr Aktualisiert. Gibt wohl Versuche ne Alternative zu schaffen, z.B. donotcommit.com, sehen bisher aber auch eher unfertig aus :/
#git #github

@mgorny@social.treehouse.systems
2025-08-29 13:18:29

Seriously, why doesn't #git have a "bisect undo" to cleanly undo a mistake and apply the correct term to the previous step!?

@frankel@mastodon.top
2025-08-17 08:33:00

Sneaky #git commits
tavianator.com/2025/sneaky.htm

@mgorny@social.treehouse.systems
2025-09-01 16:57:52

It's time to slowly start moving my projects off the LLM Torment Nexus, formerly known as #GitHub. Projects related to #Gentoo will move to our own infrastructure, with GitHub mirrors / contribution channels for the time being. In the future, I will probably be replacing them with #Codeberg mirors / contribution channels.
gitweb.gentoo.org/proj/cpuid2c

@rene_mobile@infosec.exchange
2025-08-18 11:16:56

I have now also converted my remaining personal open source Git repositories (those which we don't already host at the institute's #Gitlab instance and which are not forked from or contribution to others) from #Github to

@nobodyinperson@fosstodon.org
2025-09-18 07:20:59

If you are attending this year's @… end of October¹ and you want to be dressed 'appropriately' 😉, last year I organised that hellotux.com offers :gitannex: #gitAnnex² and :datalad:

@mgorny@pol.social
2025-08-29 13:18:39

Serio, dlaczego #git nie ma jakiegoś "bisect undo", żeby na czysto cofnąć pomyłkę i móc na nowo przypisać poprawną etykietę dla poprzedniego kroku!?

@cark@social.tchncs.de
2025-10-19 19:41:41

I frequently create a new #git :git: repo and it always bothers me to manually create .gitignore file myself.
Today I automated this with the following lines in my .bashrc
# define the content in an env var
GIT_IGNR_CNTNT=$(cat <<-EOF
*.log
tmp_*
# put other patterns here
EOF
)
# function to write env var to file
git_ignore_creation(){…

@mgorny@social.treehouse.systems
2025-11-12 19:13:53

Switching from #Nitrokey Pro 2 with rsa2048 key to #Token2 with ed25519 key means switching from rebasing <2 commits a second to an almost instant rebases.
#Gentoo #git #OpenPGP

@castarco@hachyderm.io
2025-10-28 23:05:50

I'm looking for "alpha testers" for an alternative forge ( based on #Forgejo )
#floss projects, likely paid for private projects (although we are providing the service for free for a while, until we do an official launch).
Once/If we start having paid customers, we'll donate part of that income to the upstream Forgejo project.
This forge is 100% hosted in #Europe, and operated & maintained by a very small workers-owned #coop .
P.S.: Yep, we know about the great Codeberg :) .
#BetaTesting #Git

@mgorny@social.treehouse.systems
2025-11-08 08:05:46

#TIL that #Gitolite can't handle repositories with different default branch names. As in, if you push a "main" branch into a "master" server, you get no HEAD 🤦. And you can only change that via SSH-ing to the server and modifying the underlying repository.
Apparently, you could also install a hook to automatically fix HEAD for you: #Gentoo #git