Continuing from Part 1 where we installed magit and configured a github repository to be able to practice with it. Let’s get into how we can use magit to make common workflows seamless and intuitive.
Magit is a comprehensive text-based user interface for Git, it is a convenient and efficient way to interact with Git repositories. It bridges the gap between the Git command-line interface and various graphical user interfaces (GUIs) and is complete enough to allow users to perform both simple and complex version control tasks directly from within Emacs. Without further ado, let’s get started!