git_merge: Merge two branches using git or interactive method

Description Usage Arguments Value Author(s) Examples

View source: R/package_functions.R

Description

Interactive of git merge a file from 2 branches

Usage

1
git_merge(with = NULL, this = NULL, file = NULL, inFolder = NULL)

Arguments

with

Branch name want to merge current branch with

this

Current branch

file

File name and extenstion to merge with

inFolder

An identifer to narrow the search in case there are multiple files with same name but in different folders (i.e. "Codes/Model1").

interactive

Boolean (T, F) indicator of whether to interactively merge (T) or git merge (F)

Value

No return value

Author(s)

Alex Hubbard (hubbard.alex@gmail.com)

Examples

1
git_merge(with = "master")

opendoor-labs/projectmap documentation built on Oct. 8, 2019, 1:58 p.m.