Learn R Programming

packager (version 1.15.2)

git_diff: Show a Git Diff for a File

Description

Show a Git Diff for a File

Usage

git_diff(x, path, verbose = TRUE)

Value

The git diff.

Arguments

x

The path to the file relative to the repository given by path.

path

The path to the git repository.

verbose

Be verbose? This is the main purpose of this tiny little wrapper!