home.social

#magit — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #magit, aggregated by home.social.

fetched live
  1. @jason

    I don't have numbers, but assume, that most #Emacs users set their EDITOR to /usr/bin/emacsclient. And use #vc or #magit for git.

    The whole Emacs workflow is optimized to not use the editor from the shell, but the shell from the editor.

    vim users would probably run "ls" or "make" from a shell, but Emacs users would M‑x dired and M‑x compile from Emacs.

    In my case, Emacs is even my window manager, #EXWM. Leaving Emacs logs me out! 😉

  2. #Magit just quoted at me: “In the beginning there was darkness”

    I couldn’t resist:
    youtube.com/watch?v=g4rlGog0XRc

    #Emacs #fun #metal

  3. @holl Version control in Emacs is best served via the amazing #magit

    This article mentions there is a language server for LaTeX available

    michaelneuper.com/posts/effici

    I use ltex-ls-plus myself which

    ltex-plus.github.io/ltex-plus/ but mainly for Markdown and Org-mode

  4. Alarming. Had to work over ssh and I think I may be incapable of using git without magit ... T_T

    #magit #git #emacs

  5. Wanted to create a PR on #Codeberg and took the opportunity to try out #Forgejo's #AGitFlow to create a PR without needing to fork or otherwise interact with a web UI.

    #agitjo for #emacs' #magit just worked exactly like I expected it to; so blissful.. :neocat_floof__w_:

  6. I've got one huge project in across multiple repositories. I would love to move it somewhere else, but I don't know where to go. Something that Forge supports would be great. Any suggestions?

  7. Este mes he hecho una pequeña donación a #magit

    Voy a anotar algunos proyectos a los que me gustaría aportar los cuatro duros que pueda permitirme e ir agendándolos.

    A bote pronto: #yunohost, #gotosocial, #kde, #forgejo

  8. @bignose @ahasty On occasion I don't understand what is doing or how to do certain things, so learning about how it works in the CLI helps me have confidence in how I'm using Magit.

  9. @PvN
    > config for working with

    * for seamless project-specific configuration of basic text editing rules, that every modern text editor can obey.
    * The default 'python-mode' is fine.
    * for enhances that. Follow Eglot documentation to set up for Python.
    * for excellent Git porcelain.
    * 'pyvenv-mode' to detect and activate Python virtualenv in a project.

  10. I wouldn't want to directly use the Git plumbing (its awkward command line interface), when there are excellent porcelains like .

    That depends on , but doesn't depend on a GUI. You might have something similar that works with , @ahasty.

    Agreed that a terminal window can work fine as an IDE.

  11. @alcarney Not an `eshell` solution but if you are looking to use `jj`from Emacs you might be interested in Majutsu, particularly if you used and liked Magit as it claims to be "Magit for Jujutsu"

    github.com/0WD0/majutsu

    #emacs #magit #jujutsu #transient

  12. I donate once per year for very important software projects and via

  13. @bashbunni is so good, I have recommended developers learn solely on the strength of how much they will enjoy magit.vc/

    Thank you @tarsius!

  14. Okay, #magit is pretty cool. I wasn't using it before the update to #debian trixie, because it was broken on bookworm.
  15. Today i tried some #git operation from #emacs #eshell and there is no color output so i explored whether i can display color output. Turns out we can using

    ```git config --global color.ui always```

    which worked like charm. I use #windows for work so #magit is out of reach for me due to #git slowness.