Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A common way of structuring your local branches is to name them after the issue they correspond to, for example JDK-8237566.

How do I list local branches?

Code Block
languagebash
$ git branch
  JDK-8237566
* JDK-8149128
  JDK-8077146
  master

...