Work with Git Forges inside Emacs
emacsair.me
Work with Git Forges inside Emacs
1–10 of 17 posts
Re: Work with Git Forges inside Emacs
#2As a heavy emacs and magit user this looks very promising.
Tarsius is doing amazing work as always.
Re: Work with Git Forges inside Emacs
#3Re: Work with Git Forges inside Emacs
#4> The use of a database makes certain future changes more difficult. While I will try to keep breaking changes to a minimum, I have little hope that I can make it without any at all. In some cases it might even be necessary for users to discard the existing database.
I wonder what issues you have in mind. The way I see it, a database should be able to make it easier to avoid breaking changes, if you version tables and for every would-be breaking change you add code that migrates the changed tables to the newest format.
Re: Work with Git Forges inside Emacs
#5I barely even bother to use git at the command line these days, and I’m pretty sure that with some of the changes Mr. Bernoulli is working on someday I’ll be able to never use it.
Magit is the porcelain/TUI git always needed. It’s really that good.
Re: Work with Git Forges inside Emacs
#6Re: Work with Git Forges inside Emacs
#7With this out, I might've been able to convert couple more vimmers to Emacs :)
Joke aside, why is magit magic?
Re: Work with Git Forges inside Emacs
#8If you’ve not gotten a chance to use Magit yet, I highly recommend it. Along with Org Mode, it’s one of the modern killer apps for Emacs. I barely even bother to use git at the command line these days, and I’m pretty sure that with some of the changes Mr. Bernoulli is working on someday I’ll be able to never use it. Magit is the porcelain/TUI git always needed. It’s really that good.
Re: Work with Git Forges inside Emacs
#9With this out, I might've been able to convert couple more vimmers to Emacs :)
Well, I'm perfectly happy with [1]fugitive thank you :) Joke aside, why is magit magic? 1: https://github.com/tpope/vim-fugitive
Re: Work with Git Forges inside Emacs
#10It just boggles my mind that the best git client by far exists as a plugin to emacs.
Kind of joking, but when will someone create “Electronmacs” and just release magit as a stand-alone program for people who don’t want to launch emacs to use it?