Create, list, and checkout branches.
git_branch_list(repo = ".")git_branch_checkout(branch, force = FALSE, repo = ".")
git_branch_create(name, ref = "HEAD", checkout = TRUE, repo = ".")
git_branch_delete(name, repo = ".")
git_branch_fast_forward(ref, repo = ".")
git_branch_set_upstream(remote = "origin", repo = ".")
name of branch to check out
ignore conflicts and overwrite modified files
string with name of the branch / tag / etc
string with a branch/tag/commit
move HEAD to the newly created branch
name of existing remote from git_remote_list
Other git: commit
, fetch
,
git_config
, repository
,
signature