forked from jennybc/happy-git-with-r
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_bookdown.yml
67 lines (53 loc) · 1.41 KB
/
_bookdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
book_filename: "happygitwithr"
language:
ui:
chapter_name: "Chapter "
delete_merged_file: true
new_session: true
rmd_files: [
"index.Rmd",
"overview.Rmd",
"contributors.Rmd",
"workshops.Rmd",
"install-pep-talk.Rmd",
"install-github-acct.Rmd",
"install-r-rstudio.Rmd",
"install-git.Rmd",
"install-introduce-self-git.Rmd",
"install-git-client.Rmd",
"connect-intro.Rmd",
"connect-git-github.Rmd",
"connect-credential-caching.Rmd",
"connect-ssh-keys.Rmd",
"connect-rstudio-git-github.Rmd",
"connect-can-rstudio-use-git.Rmd",
"connect-troubleshooting.Rmd",
"usage-intro.Rmd",
"usage-new-project-github-first.Rmd",
"usage-existing-project-github-first.Rmd",
"usage-existing-project-github-last.Rmd",
"usage-rmd-and-github.Rmd",
"usage-r-script-and-github.Rmd",
"git-intro.Rmd",
## TODO: commit, diff
"git-commands.Rmd",
"git-branches.Rmd",
"git-remotes.Rmd",
"workflows-intro.Rmd",
"workflows-pull.Rmd",
"workflows-explore-extend-pull-request.Rmd",
"workflows-make-github-repo-browsable.Rmd",
"50_prompt-clone.Rmd",
"51_prompt-fork.Rmd",
"52_prompt-fork-pr-bingo.Rmd",
"53_prompt-burn-it-all-down.Rmd",
"54_prompt-practice-resets.Rmd",
"57_prompt-search-github.Rmd",
"60_classroom-overview.Rmd",
"70_more-content.Rmd",
"79_bookdown-cheat-sheet.Rmd",
"80_shell.Rmd",
"81_github-api-tokens.Rmd",
"88_comic-relief.Rmd",
"90_references.Rmd"
]