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