1

What I'm trying to do:

I'm in develop branch and would like to create a new feature branch. In command line I usually just run git checkout -b new-feature-name.

How can I do it using Magit shortcuts?

Checkout branch/new branch/new spin-off/new spin-out just seems a bit confusing. Not sure which one to choose for the task:

magit checkout

torek
  • 448,244
  • 59
  • 642
  • 775
BinaryButterfly
  • 18,137
  • 13
  • 50
  • 91

1 Answers1

2

I've tried one by one until I found what I was looking for:

s new spin-off

How to verify it: (magit-process-buffer) and notice something like the following line at the bottom:

git ... checkout -b new-feature-name develop

BinaryButterfly
  • 18,137
  • 13
  • 50
  • 91