Setup review targets for branches in git -
i have created branch locally using command -
git checkout -b <branch> made remote branch using command -
git push -u origin <branch> i trying set review targets branch using command -
git reviewtargets <branch> but message saying - 'reviewtargets' not git command.
how can setup review targets branch have created?
any git xxx command (which not native git feature) supposes presence of executable named git-xxx (no extension) anywhere in $path.
make sure have git-reviewtargets in path.
Comments
Post a Comment