We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00c7b9 commit f793e7aCopy full SHA for f793e7a
R.Rmd
@@ -430,7 +430,7 @@ The instructions to download and configure `git` software can be found [here](gi
430
1. Stage changes to be committed
431
- Stage all files in repo:
432
```
433
- add:(repo, "*")
+ add(repo, "*")
434
435
436
- Stage files with a specific file extension:
@@ -464,7 +464,7 @@ The instructions to download and configure `git` software can be found [here](gi
464
465
466
- Commit with a generated message using system or environment variables:
467
-
+
468
469
# example: include system date in commit message
470
date <- format(Sys.Date(), format = %Y-%m-%d)
0 commit comments