get_refspec {git2r} | R Documentation |
Create push refspec from arguments
get_refspec(repo = NULL, remote = NULL, spec = NULL, opts = NULL)
repo |
S4 class |
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. |
List with remote (character vector) and refspec (character vector).