@ -1,4 +1,5 @@
;; Anleitung
;;; plugin-magit --- Summary
;;; Commentary:
;; https://magit.vc/manual/magit/index.html
;;
;; M-x magit-init initiiert repository und zeigt status buffer
@ -13,9 +14,12 @@
;; b b switch to another branch
;; P u git push
;; F u git pull
;;; Code:
(use-package magit
:ensure t)
(provide 'plugin-magit)
;;; plugin-magit ends here