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