July 2018
Intermediate to advanced
354 pages
10h 57m
English
We have been discussing the refs/notes/alsoCherryPick reference and so on. As you know, we refer to the remote branches as references, such as refs/remotes/origin/stable-3.2, but the local branches also have references such as refs/heads/develop, for instance.
Since you can create a branch that starts at a specific reference, you should be able to create a branch that starts at the refs/notes/alsoCherrypick reference:
$ git checkout -b myNotes notes/alsoCherryPick Switched to a new branch 'myNotes'
Read now
Unlock full access