by Matteo Scaramuccia.
Hi All,
I've made a small change: please review it because I'm not English native and I always doubt my English .
Following that change, the answer for Stuart is:
§ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
i.e. no other branch than master has been defined so you don't need to switch to a branch different from that, already checked out - see the *, prefixing master to tell the user that it is the current branch.
That makes sense with the inline comment saying that both 2.4 and 2.5 are supported.
Unfortunately there will be always cases that will require some more info or examples.
HTH,
Matteo