Difference between revisions of "Magit"

From Coder Merlin
Line 16: Line 16:
}}
}}


== Topic Headers ==
== Useful Commands ==
;magit-wip-log [Command]:This command shows the log for a branch and its wip refs.
 
== Key Concepts ==
== Key Concepts ==
== Exercises ==
== Exercises ==
== References ==
== References ==
* [https://magit.vc Magit]
* [https://magit.vc Magit]

Revision as of 19:42, 25 January 2020

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

Prerequisites[edit]

  • W1006 Source Control
  • W1007 GitHub
  • W1007.20 Merging

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]

magit-wip-log [Command]
This command shows the log for a branch and its wip refs.

Key Concepts[edit]

Exercises[edit]

References[edit]