m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #git

AodeRelay boosted

[?]Larvitz :fedora: » 🌐
@Larvitz@burningboard.net

Git is great at storing dotfiles. It is less good at knowing where they belong, which permissions they need, or why a work laptop and a home server should differ.

Here is how I use chezmoi plus Git to manage fish, Neovim, SSH, GnuPG, Atuin and more. Including the “oops, I edited the live file” recovery workflow.

blog.hofstede.it/chezmoi-and-g

    [?]Hylke Bons 🥜 » 🌐
    @hbons@mastodon.social

    isn't it ironic that the project does not have a published change log with timestamps? 😂

      AodeRelay boosted

      [?]Peter N. M. Hansteen » 🌐
      @pitrh@mastodon.social

      [?]vermaden » 🌐
      @vermaden@mastodon.bsd.cafe

      New 𝗚𝗶𝘁𝗟𝗮𝗯 𝗼𝗻 𝗙𝗿𝗲𝗲𝗕𝗦𝗗 [GitLab on FreeBSD] artivle on vermaden.wordpress.com blog.

      vermaden.wordpress.com/2026/07

        [?]ティージェーグレェ » 🌐
        @teajaygrey@snac.bsd.cafe

        I submitted a Pull Request to update MacPorts' Got (Game of Trees) to -portable 0.126 here:

        https://github.com/macports/macports-ports/pull/32809

        GitHub's Continuous Integration checks passed!

        it's up to someone else with commit access to merge it.

        I also submitted a story to undeadly.org though I will let one of the other editors publish it after review as a sanity check. I think I corrected all my typos and HTML tags yet at least a second set of eyes is good idea.


          AodeRelay boosted

          [?]gyptazy » 🌐
          @gyptazy@gyptazy.com

          I hope this doesn't bother you at all...

          Let's move all of our internal code, pipelines, secrets and tokens for external systems to someone. It's free and everyone does - it must be awesome. Welcome to 2026!


            [?]Bradley Taunt :runbsd: 🐡 🚩 » 🌐
            @bt@mastodon.bsd.cafe

            With so many posts popping up about “leaving GitHub” or discussing how poor the experience overall is with that platform, I will share my old post again on moving over to SourceHut :)

            “Git Your Freedom Back: A Beginner’s Guide to SourceHut”

            btxx.org/posts/beginners-guide

              [?]dewomser » 🌐
              @dewomser@social.tchncs.de

              ?

              Ich hab auf den API-Link geklickt
              Im Swagger erzeugter Token funktioniert nicht
              und der erzeugte Token (ein anderer) unter User /Anwendungen funktioniert auch nicht
              Beispiele im Internet hab ich nicht gefunden.
              Bin angemeldet, Was mach ich falsch ?

                0 ★ 0 ↺

                [?]Marek S. Ł. » 🌐
                @marek@m5l.eu

                to use the gdb debugger's command line, without any IDE. While less convenient, I'm glad I had this option when things got a bit unusual.

                Same thing happened to me with and Linux earlier. Now that I think about it, I'm surprised I learned gdb CLI so late.

                  1 ★ 0 ↺

                  [?]Marek S. Ł. » 🌐
                  @marek@m5l.eu

                  Another day, another discovery of classic tool that does exactly what I want, this time it's git worktree for the rescue:

                  I was working on updating a project to a newer version, but wanted to keep comparing to a tag from some time ago. The problem is that checking out a different commit changes all the files as far as is concerned, and everything builds from scratch. If only there was a way to have another copy of the same repo without cloning...

                    0 ★ 1 ↺

                    [?]Marek S. Ł. » 🌐
                    @marek@m5l.eu

                    Today's discovery: make history of Jupyter notebooks cleaner with this package:

                    pipx install nb-clean
                    nb-clean add-filter --remove-empty-cells --preserve-cell-outputs