61

I'm exploring a git repository history using magit's log view using l l. Can I checkout a given commit from there without going to terminal?

tarsius
  • 25,685
  • 4
  • 70
  • 109
Rafa de Castro
  • 1,231
  • 10
  • 14

1 Answers1

80

With point over the desired commit, hit b b for checkout, and accept the default reference, which will look something like master~3.

tarsius
  • 25,685
  • 4
  • 70
  • 109
legoscia
  • 6,072
  • 30
  • 54