Last data update: 2014.03.03

R: Create push refspec from arguments
get_refspecR Documentation

Create push refspec from arguments

Description

Create push refspec from arguments

Usage

get_refspec(repo = NULL, remote = NULL, spec = NULL, opts = NULL)

Arguments

repo

S4 class git_repository

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).

Results