Check if a reference is a remote tracking branch
@param ref_ A git reference
@return 1 when the reference lives in the refs/remotes namespace; 0 otherwise.
See Implementation
Check if a reference is a remote tracking branch
@param ref_ A git reference
@return 1 when the reference lives in the refs/remotes namespace; 0 otherwise.