Hi Konstantin, Having updated to the latest master a command like b4 ty -b remote/foo -a has started to report errors like Requested branch asoc/for-5.7 not found in git branch --list --all This is true since "git branch --list --all" lists remotes as remotes/name/branch while most git commands accept name/branch (and git branch -r lists them as such). For some reason tweaking to add a remotes/ on the front doesn't seem to work either, even though grepping the output appears to confirm that the branch is there under that name. Thanks, Mark