Skip to content

Commit

Permalink
Correction of update man page for git_vaccinate()
Browse files Browse the repository at this point in the history
I corrected my updates suggested in the commit 839512c according to the comments from @jennybc. Thank you!
  • Loading branch information
jakobarendt committed Jun 22, 2023
1 parent c19bbc4 commit 1c6c5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/git.R
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ default_branch_sitrep <- function() {

#' Vaccinate your global gitignore file
#'
#' Adds `.DS_Store`, `.Rproj.user`, `.Rdata`, `.Rhistory`, and `.httr-oauth` to
#' Adds `.Rproj.user`, `.Rhistory`, `.Rdata`, `.httr-oauth`, `.DS_Store`, and `.quarto` to
#' your global (a.k.a. user-level) `.gitignore`. This is good practice as it
#' decreases the chance that you will accidentally leak credentials to GitHub.
#' `git_vaccinate()` also tries to detect and fix the situation where you have a
Expand Down
2 changes: 1 addition & 1 deletion man/git_vaccinate.Rd

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

0 comments on commit 1c6c5a7

Please sign in to comment.