|
|
|
|
|
by shepik
1697 days ago
|
|
I use git from the command line, so this looked like a tool i would use.
I was able to install it with apt, but i could not find any information on how to run it. Manual says "C-x g" [1], which obviously does nothing in bash. And I have no idea how to use emacs.
Is there any helpful user manual? Should i give up on magit? [1] https://magit.vc/manual/magit/Getting-Started.html |
|
The learning curve is fairly steep in the beginning, but after ~15 years, I feel that the initial effort has paid off a lot. Not everyone likes emacs, and that's okay. But I do think it is worth giving it a try and seeing for yourself.
(As for the whole vi-vs-emacs debate, I have used both over time, and I do use vi quite regularly for quickly editing some config file. There are packages for emacs, like evil-mode, that emulate vi's key bindings and behavior, but I have not tried any of them.)