On Sun, Mar 25, 2018 at 12:10 AM, Jeff King <peff@xxxxxxxx> wrote: > So: > > git branch -l > > _looks_ like it works, but only because list mode is the default. If you > did: > > git branch -l foo > > you would find that it does list "foo" at all, but instead creates a new > branch "foo" with reflog. s/does/doesn't/