Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
RoxygenNote: 7.3.3.9000
SystemRequirements: libgit2 (>= 1.0): libgit2-devel (rpm) or libgit2-dev (deb)
Language: en-US
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export(git_branch_fast_forward)
export(git_branch_list)
export(git_branch_move)
export(git_branch_set_upstream)
export(git_branch_switch)
export(git_checkout_pull_request)
export(git_cherry_pick)
export(git_clone)
Expand Down
4 changes: 4 additions & 0 deletions R/branch.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ git_branch_checkout <- function(
.Call(R_git_checkout_branch, repo, branch, force)
}

#' @rdname git_branch
#' @export
git_branch_switch <- git_branch_checkout

#' @export
#' @rdname git_branch
#' @useDynLib gert R_git_create_branch
Expand Down
3 changes: 3 additions & 0 deletions man/git_branch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading