git_stamp: Get git stamp (commit and branch) for a repository

Description Usage Arguments Value

View source: R/git_stamp.R

Description

The function returns the latest git commit and branch for the repo specified in repo or the current working directory if unspecified. Git is needed for the command to run. The functions makes it possible to include the latest git commit and branch in a run to be able to know exactly which code where used.

Usage

1
git_stamp(repo = getwd())

Arguments

repo

Git repo directory. If unspecified, then the current working directory is used.

Value

character vector with latest commit and branch


repmis documentation built on May 2, 2019, 12:48 a.m.