Magit in emacs
Workflow
- Open the Magit status buffer by running
M-x magit-status. (C-x g) - Locate the untracked file in the "Untracked files" section.
- Press
k(for "kill") while the cursor is on the untracked file. - Confirm
- can delete braches with
b k
Notes
Looking into Magit: https://systemcrafters.net/emacs-from-scratch/projectile-and-magit/
Installed magit Watched frist video here: https://systemcrafters.net/mastering-git-with-magit/ Did example commit.
Watched second vid: https://systemcrafters.net/mastering-git-with-magit/everyday-git-workflow/
Watching thrird vid: https://systemcrafters.net/mastering-git-with-magit/using-interactive-rebase/