Skip to content

Commit

Permalink
Clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Oct 19, 2021
1 parent cc29c7c commit 74259d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-introduce-self-git.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can set your default initial branch name to `main` like so, in the shell:
git config --global init.defaultBranch main
```

or from R:
or from R (the default for `name` is `"main"`):

```{r eval = FALSE}
usethis::git_default_branch_configure()
Expand Down

0 comments on commit 74259d3

Please sign in to comment.