http://stackoverflow.com/questions/1783405/checkout-remote-git-branch describes how to checkout a remote branch.
Adapted for to substitute "cdtext-testing": $ cd libcdio $ git fetch $ git checkout cdtext-testing However this and the master branch are the same: $ git diff master cdtext-testing says that the cdtext-testing and master branches are the same for me which isn't surprising since Leon asked this to be merged in a while ago, and I guess he hasn't made any further changes on that branch. Is the above the kind of "git gestures" you are referring to in > Learn to understand what git gestures Rocky expects from me Your question about how to take a look at the cdtext-testing branch took me less than a minute to look up on google, and I am *extremely* clumsy at this sort of thing. On Mon, May 30, 2016 at 5:09 AM, Thomas Schmitt <[email protected]> wrote: > Hi, > > > Take a look at the cdtext-testing branch, in particular the latest > > commits. I tried to implement the changes you proposed. Adapting it to > > (what I believe is) the libcdio code structure required some changes, > > though. > > I recognize some snippets. :)) > Looks ok so far. > > Did i instigate the changes about mmc_read_cdtext_private ? > Or is this because of Rocky's explanations about lib architecture ? > > > > It would be nice, if somebody else tested it. > > How do i git the branch out of git://git.sv.gnu.org/libcdio.git ? > > > Have a nice day :) > > Thomas > > >
