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

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -