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

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -