Browse Source

Test

master
Marc Pohling 7 years ago
parent
commit
d6fb02a472
1 changed files with 6 additions and 2 deletions
  1. 8
      elisp/plugin-magit.el

8
elisp/plugin-magit.el

@ -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
Loading…
Cancel
Save