From 3f2049ab02de034e5c6f731047f1f7277e42e536 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 18 Jan 2024 15:55:36 +0800 Subject: [PATCH] docs: emacs - magit --- home/base/desktop/editors/emacs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index 67f5a13c..90fcfc68 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -198,6 +198,12 @@ Magit is a powerful tool that make git operations easy and intuitive. Shortcuts in magit's pane: +<<<<<<< HEAD +======= +> When run `git commit` / `git add` / `git push` /... via magit, multiple Arguments can be set. +> Set arguments won't trigger a git command immediately. Magit will try to run a git command only after an Action key is pressed. + +>>>>>>> d61e580 (docs: emacs - magit) | Action | Shortcut | | -------------------------------------------------- | --------- | | Quit the current Magit pane | `q` | @@ -210,3 +216,7 @@ Shortcuts in magit's pane: | Merge | `m` | | Fold/Unfold | `TAB` | | Show details of the current unit(commit/stage/...) | `` | +<<<<<<< HEAD +======= + +>>>>>>> d61e580 (docs: emacs - magit)