Re: How can I get a list of checkout history?

2016-02-15 Thread Jeff King
On Mon, Feb 15, 2016 at 09:18:50AM -0600, Robert Dailey wrote: > As you know, I can checkout the Nth checked out branch via this syntax: > > $ git checkout @{-N} > > Is there a built-in mechanism to get a listing of previously checked > out refs? Basically, this would be similar to 'history'

How can I get a list of checkout history?

2016-02-15 Thread Robert Dailey
As you know, I can checkout the Nth checked out branch via this syntax: $ git checkout @{-N} Is there a built-in mechanism to get a listing of previously checked out refs? Basically, this would be similar to 'history' command in linux where instead of actual commands, it lists like this: