From ef080422a08f3812257c3f1ecd5e84cfb099b955 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 3 Jun 2023 14:14:45 +0200 Subject: [PATCH] Start a list of Magit usage tips --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 7653083..6a89a46 100644 --- a/README.org +++ b/README.org @@ -1822,7 +1822,9 @@ git -C ~/VCS/engrave-faces-fork branch -a :END: [[info:magit#Top][Magit (info)]] is an Emacs interface to the version control system [[https://git-scm.com/book/en/v2][Git]] and the -snippet [[lst:ensure-magit-installation][below]] ensures its installation. +snippet [[lst:ensure-magit-installation][below]] ensures its installation. Magit usage tips are: +1. [[https://stackoverflow.com/questions/tagged/magit?tab=Votes][Most upvoted Magit questions on Stack Overflow]]. +2. [[https://stackoverflow.com/a/33644270][Abort an active rebase]] by pressing {{{kbd(r a)}}}. #+caption[Ensure =Magit= installation]: #+caption: Ensure =Magit= installation