Learn R Programming

adapr (version 2.0.0)

gitInit: Initiate git

Description

Initiate git

Usage

gitInit(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 {
 gitInit(getProjectPath("adaprHome"))
# }

Run the code above in your browser using DataLab