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

[?]Rafael Sadowski » 🌐
@sizeofvoid@bsd.network

I've moved some of my currently active repositories over to Game of Trees Hub! 🌳

GoTHub is a transparently funded Git/Got repository hosting service - lightweight, BSD-licensed, and a great minimalist alternative to the big tech.

Check it out: rsadowski.gothub.org/

    AodeRelay boosted

    [?]Stefans Weblog » 🌐
    @strobelstefan@mastodon.social

    Konfigurationsdateien lassen sich mit einfach zwischen und Kubuntu synchronisieren.

    Das ist ganz nützlich für den RSS-Readers , wenn man die gleichen Nachrichten auf unterschiedlichen Clients lesen möchte. Nutzt man macOS- und Linux-Gerätelassen sich einzelne Shortcuts zum Starten von Apps nicht mehr verwenden.

    Der Grund: Die Startbefehle für Apps unterscheiden sich bei den beiden Betriebssystemen. Aber es gibt eine einfache Lösung. 😀

    strobelstefan.de/blog/2026/02/

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

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

      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.

        AodeRelay boosted

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

        [?]coffe☕ » 🌐
        @coffe@social.piewpiew.se

        AodeRelay boosted

        [?]BastilleBSD :freebsd: » 🌐
        @BastilleBSD@fosstodon.org

        Some info parsed from the bastille git repository.

        Highlights:
        - 7 years old
        - 120 contributors
        - 1.37MiB
        - 3200+ commits

        (check out `onefetch` pkg to query your own repositories)

        screenshot of an ASCII #! followed by statistics from a git repository generated using `onefetch` in the master branch of the BastilleBSD/bastille repository.

        Alt...screenshot of an ASCII #! followed by statistics from a git repository generated using `onefetch` in the master branch of the BastilleBSD/bastille repository.

          [?]Neil Brown » 🌐
          @neil@mastodon.neilzone.co.uk

          Today's is forgejo, a self-hostable code forge.

          Although I use a headless remote git server for some things, I've been happily experimenting with a public, self-hosted instance of forgejo this year.

          I look forward to federation functionality in due course!

          forgejo.org/

            [?]Bradley Taunt » 🌐
            @bt@mastodon.bsd.cafe

            TIL about using pbpaste (on MacOS for example) to directly apply a git e-mail patch that is currently saved to your clipboard:

            pbpaste | git apply

            (Obviously doesn't carry over the submitters email/name etc, but for tiny changes it makes things easier than exporting mbox)

            ss64.com/mac/pbpaste.html

              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