And why?

    • theherk@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 day ago

      Do you really use it or are you just adding an alternative to the conversation? It is an interesting concept (commutation) but not likely to supplant git.

      • xoggy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        13 hours ago

        I use it for self hosting because all I need installed is sshd and the pijul package. Then I can set my server’s ;p as my remote. The “nest” web UI (the Pijul equvivalent to git tea) is in development and not open source yet, but you can use the hosted version at https://nest.pijul.com/ if you’re curious.

    • sudoer777@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 day ago

      I considered using pijul but everything in Nix/Guix is oriented around git as are the plugins for my text editor and CLI, and there aren’t good self-hosted web frontends that I can use to put pijul projects on my linkedin profile or whatever. I want to switch to it but the ecosystem surrounding it needs to actually exist first.

      • xoggy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        13 hours ago

        This is actually why I prefer using pijul. I don’t want to commit my secrets to a git repo and nix will refuse to build because I’m pulling in files that aren’t tracked. Simple solution is to not make the flake directory a git repo and it won’t complain. That’s my solution at least. I also prefer using git (and therefore pijul) via cli rather than as a text editor integration so my experience differs.

        • sudoer777@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          9 hours ago

          I use git primarily via cli also, the text editor integration (with helix) highlights information such as what lines haven’t been committed and makes it easier to access other files in the repo, the fish integration tells me if there’s files that haven’t been committed or commits that haven’t been pushed without having to run git status

          • xoggy@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            6 hours ago

            I do use helix but haven’t taken advantage of the git integration. Maybe I’m unaware of its power. For fish, I defined my own fish_prompt function with an indicator if there are uncommitted changes. It’s just running git status under the hood. I have a TODO in that function to run a pijul diff in the directory if git status returns nothing…

      • xoggy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        13 hours ago

        The 1.0 is in beta. There has been a lot of refactoring to get it to this point. I would say there’s still many quality-of-life features missing that would stop me from using it in a professional setting but for hobby projects it’s meeting my needs (and gets better with each new beta build). They only have a few project backers but the main developer has been working very steadily on it.

      • corsicanguppy@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        17 hours ago

        Thought this was abandoned?

        We can’t answer this question as written. Only you can confirm what you were thinking.