Difference between revisions of "Magit"

From Coder Merlin
Line 1: Line 1:
[[File:Magit-400x400px.png|thumb|link=|Magit]]
[[File:Magit-400x400px.png|thumb|link=|Magit]]
== Prerequisites ==
== Prerequisites ==
* W1006 Source Control
* [[W1006 Source Control]]
* W1007 GitHub
* [[W1007 GitHub]]
* W1007.20 Merging
* [[W1007.20 Merging]]
 
== Background ==
== Background ==
Magit provides an easy-to-user interface to git from within emacs.   
Magit provides an easy-to-user interface to git from within emacs.   

Revision as of 07:14, 21 December 2020

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
Magit

Prerequisites[edit]

Background[edit]

Magit provides an easy-to-user interface to git from within emacs.

Introduction[edit]

ComingSoonIcon.png
Coming Soon
  • No need to exit emacs or run an embedded shell
  • Simplified commands and menus


Hint.pngHelpful Hint

The default Merlin Server configuration includes CONTROL-x g as a keyboard shortcut for magit-status

Useful Commands[edit]

Show Logs
CONTROL-x g l l
Show Logs (particular file)
CONTROL-x l -- filename l
Show Tags
CONTROL-x g y

Key Concepts[edit]

Exercises[edit]

References[edit]