git_branch_default {usethis}R Documentation

Determine default Git branch

Description

Figure out the default branch of the current Git repo.

Usage

git_branch_default()

Value

A branch name

Examples

## Not run: 
git_branch_default()

## End(Not run)

[Package usethis version 2.0.1 Index]