We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5ba7 commit 8db6fc1Copy full SHA for 8db6fc1
R/fake_repo.R
@@ -19,7 +19,7 @@
19
20
fake_repo <- function(path = tempfile(pattern = "git2r-"), as.package = FALSE) {
21
if (!dir.exists(path)) {dir.create(path)}
22
- repo <- init(path)
+ repo <- init(path, branch = "master")
23
24
## Config user
25
config(repo, user.name = "Alice", user.email = "[email protected]")
0 commit comments