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

c++ - What's the differece between of link to a dynamic file and as a input object? -

javascript - Feed FileReader from server side files -

Android Unit Testing / Mockito: android.location.Location not mocked -