From 8ee81a3cb715bc005005364872e2f38324c7c409 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Wed, 31 May 2023 16:58:58 -0700 Subject: [PATCH] Update a project from upstream without using Magit --- ha-config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/ha-config.org b/ha-config.org index e4a1a58..1065db2 100644 --- a/ha-config.org +++ b/ha-config.org @@ -1839,6 +1839,7 @@ Can not live without [[https://magit.vc/][Magit]], a Git porcelain for Emacs. I "g /" '("Magit dispatch" . magit-dispatch) "g ." '("Magit file dispatch" . magit-file-dispatch) "g b" '("Magit switch branch" . magit-branch-checkout) + "g u" '("Git Update" . vc-update) "g g" '("Magit status" . magit-status) "g s" '("Magit status here" . magit-status-here)