From 78e82de6c29d20b666524fb6c40a8ff88499df96 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Tue, 24 Oct 2017 20:57:05 +0200 Subject: [PATCH] =?UTF-8?q?Crashkurs=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elisp/plugin-magit.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/elisp/plugin-magit.el b/elisp/plugin-magit.el index b829717..9a09922 100644 --- a/elisp/plugin-magit.el +++ b/elisp/plugin-magit.el @@ -15,6 +15,12 @@ ;; P u git push ;; F u git pull ;; +;;; Crashkurs: +;; M-x magit-status führt bei Bedarf auch magit-init aus +;; s files für stage auswählen +;; c c commit, anschließend kommt Fenster mit Commit-Message +;; C-c C-c tatsächlich git-commit +;; ;;; Code: (use-package magit