Learn R Programming

adapr (version 1.0.2)

git.init: Initiate git

Description

Initiate git

Usage

git.init(gitdir, branch = NULL, git_binary = NULL)

Arguments

gitdir

string with git directory

branch

git branch

git_binary

location of git executable

Value

git init lockaout

Details

. Deprecated.

Examples

Run this code
# NOT RUN {
 git.init(get.project.path("adaprHome"))
# }

Run the code above in your browser using DataLab