get_refspec: Create push refspec from arguments
Description
Create push refspec from arguments
Usage
get_refspec(repo = NULL, remote = NULL, spec = NULL, opts = NULL)
Arguments
opts
List with push options. Default is NULL.
name
The remote's name. Default is NULL.
refspec
The refspec to be pushed. Default is NULL.
Value
List with remote (character vector) and refspec (character
vector).