Tootfinder

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

@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

@JGraber@mastodon.social
2025-06-24 19:41:18

Little #Git Tricks: Fix Unexpected Disconnect on Sideband Packet
improveandrepeat.com/2025/06/l

@nobodyinperson@fosstodon.org
2025-07-26 16:49:43

#gitAnnex und #git reden…

Bus Tafel zeigt den Vortrag an
@nobodyinperson@fosstodon.org
2025-05-27 12:07:45

I don't know why, but on #NixOS 25.05 I'm back again keeping my worktree nice and DIRTY so I can use :gitannex: #gitAnnex'ed files. 🙄

The "for one beautiful moment in time" meme.

for one beautiful moment in time, nix allowed using files behind git smudge filters without making the working tree dirty.
@toxi@mastodon.thi.ng
2025-08-12 04:06:41

Great thread about #Git self-hosting options:
jawns.club/@skyfaller/11498912

@frankel@mastodon.top
2025-07-09 08:08:02

#Git experts should try Jujutsu
pksunkara.com/thoughts/git-exp

@wyri@toot-toot.wyrihaxim.us
2025-07-22 05:46:48

When you come back after a 4 day weekend, and you #git pull:

@mgorny@social.treehouse.systems
2025-07-19 13:42:27

My favorite kind of #git bisect is when the breaking commit is somewhere near the middle, so you keep getting both "good" and "bad" commits, and don't have to start worrying that you've messed up.
Well, unless it turns out your reproducer is bad, and it doesn't always reproduce the failure…

@mgorny@pol.social
2025-07-19 13:43:30

Najbardziej lubię, jak w #git bisect problematyczna zmiana jest gdzieś blisko środka, więc wciąż dostaję jakieś "dobre" i "złe" wersje, i nie muszę się martwić, że na którymś kroku spierpsułem.
No, chyba że mój skrypt jest błędny, i nie zawsze poprawnie odtwarza błąd…

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

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

@carloshr@lile.cl
2025-08-15 19:52:34

Pregunta para entendidos: ¿forgejo soporta federación para trabajar entre distintas instancias? Por ejemplo si hago un fork de un proyecto desde un servidor a mi cuenta en otro, ¿Puedo hacer un pull request al servidor original para que se incluyan mis cambios en el código?
Aclaro que sé muy poco de como utilizar git. Lo uso de manera bien bšsica.
#Forgejo

@nobodyinperson@fosstodon.org
2025-07-19 14:20:06

:git: #git submodules are kinda terrible. Why do I again have to write 100 lines of :bash: to have it do what `git submodule sync|update|whatever` should do itself:
- ensure the correct branch is checked out in the submodule at the correct commit pinned in the toplevel repo
- ensure that branch correctly follows the remote branch
- ensure remote.<name>.fetch is correctly set so g…

@JGraber@mastodon.social
2025-08-12 19:05:27

Little #Git Tricks: Revert Changes in a File
improveandrepeat.com/2025/08/l

@stsquad@mastodon.org.uk
2025-08-15 16:06:14

Dear #lazyweb,
I think I've reached the limit of #matplotlib trying to graph the forks from a #git repository. What I want to to plot the slowly growing trunk and then show the relative sizes o…

A hand drawn sketch showing the fork diagram the author would like to generate. A slowly growing core cone representing the trunk with branches coming of showing the relative size of the fork.
@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

@mlippert@vmst.io
2025-08-15 16:35:13

@… Smartgit 22.1.8 all of a sudden won't start (on linux Kubuntu 24.04)
So I tried sending a message to the smartgit google group, but it never got posted.
I don't know if it affects later versions of smartgit, because it's my personal copy so I only upgrade every few years.
I included a stacktrace, and I think I figured out the cause which I mentioned.
I don't know if it's patchable, or if I'm out of luck until I upgrade.
#smartgit #git

@simon_brooke@mastodon.scot
2025-06-04 21:43:28

@… I have a new #git repository on my laptop of a project I started today. What's the procedure for pushing it up to my #forgejo instance?

@nobodyinperson@fosstodon.org
2025-06-20 14:01:11

Importing all our photos (stored in git-annex) into #Immich (which doesn't use git-annex) I'm being bitten hard by :gitannex: #gitAnnex not really caring about file timestamps - many files end up at the date I last did some big git annex get or whatever 😩 Kind of expected though. Luckily, most f…

@Stomata@social.linux.pizza
2025-08-12 10:56:01

Abandon Github
#git #github

@frankel@mastodon.top
2025-08-01 08:24:09

The Ultimate Guide to #Git Branching Strategies
blog.prateekjain.dev/the-ultim

@mgorny@social.treehouse.systems
2025-08-08 15:42:08

Random #git tip: if you need to push a commit to restart a #CI / #CD workflow that you can't restart directly, you can use:
git commit --allow-empty
instead of making meaningless changes.

@pygospa@social.linux.pizza
2025-08-02 13:07:13

#TIL I've been using ""deprecated"" #git commands.
It used to be that `git checkout` was the swiss army knife of commands. I used it to switch branches, to create new branches, and to revoke changes on single files or the entire work dir, switch to certain commit, to cre…

@datascience@genomic.social
2025-07-10 10:00:01

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

@nobodyinperson@fosstodon.org
2025-06-07 09:44:39

Yay, @… made it so :gitannex: #gitAnnex pushes the current branch first (not the git-annex or synced/* branches). This is awesome when you want to push-to-create a local repo to your @…

@mgorny@pol.social
2025-07-30 11:54:06

Mała sztuczka z gitem: jeżeli chcecie dostać pełny opis zmiany do skopiowania, bez dodatkowego wcięcia, które daje `#git log`:
git cat-file -p HEAD

@mgorny@social.treehouse.systems
2025-07-30 11:52:52

Minor #git trick: if you want to quickly get the commit message for copy-paste, without having to deal with extra indent from `git log`, you can use:
git cat-file -p HEAD

@mgorny@pol.social
2025-08-08 15:43:12

Mała podpowiedź z użycia gita: jeżeli potrzebujecie pchnąć jakąkolwiek zmianę do repozytorium, żeby uruchomić ponownie #CI / #CD, możecie użyć:
git commit --allow-empty
zamiast robić niepotrzebne zmiany w plikach.
#git

@frankel@mastodon.top
2025-07-27 17:47:26

#Git has become a fundamental part of our developers' daily routine that it’s hard to remember our lives without it. And yet, most of us use a limited set of commands and options. Today, I want to focus on two commands most developers probably use every day and look at the defaults behind them.

@smurthys@hachyderm.io
2025-05-31 00:44:15

Unfinished Git thoughts.
#ux #git #VS_Code #programming

@michabbb@social.vivaldi.net
2025-08-11 20:42:23

#LazyGit Simple Terminal #UI for #Git Commands #opensource 🖥️

@frankel@mastodon.top
2025-06-12 08:17:02

How we decreased #GitLab repo backup times from 48 hours to 41 minutes
about.gitlab.com/blog/2025/06/

@nobodyinperson@fosstodon.org
2025-08-06 08:46:21

Alter Verwalter! Grade gesehen, dass mein :gitannex: #gitAnnex talk vom #TdF4 in #Tübingen über 6k views hat! 🤯
Git Annex ist aber halt auch cool! 😌