forked from jennybc/happy-git-with-r
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_bookdown.yml
61 lines (48 loc) · 1.43 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
book_filename: "happygitwithr"
language:
ui:
chapter_name: "Chapter "
delete_merged_file: true
new_session: true
rmd_files: [
"index.Rmd",
"01_overview.Rmd",
"02_contributors.Rmd",
"03_workshops.Rmd",
"04_install-pep-talk.Rmd",
"05_install-github-acct.Rmd",
"06_install-r-rstudio.Rmd",
"07_install-git.Rmd",
"08_install-introduce-self-git.Rmd",
"09_install-git-client.Rmd",
"10_connect-git-github.Rmd",
"11_connect-credential-caching.Rmd",
"12_connect-ssh-keys.Rmd",
"13_connect-rstudio-git-github.Rmd",
"14_connect-can-rstudio-use-git.Rmd",
"15_install-connect-troubleshooting.Rmd",
"20_usage-new-project-github-first.Rmd",
"21_usage-existing-project-github-first.Rmd",
"22_usage-existing-project-github-last.Rmd",
"30_workflow-first-use-rmd-and-github.Rmd",
"31_workflow-first-use-r-script-and-github.Rmd",
"32_workflow-make-github-repo-browsable.Rmd",
"36_workflow-explore-extend-pull-request.Rmd",
"37_workflow-git-commands.Rmd",
"38_workflow-git-branches.Rmd",
"39_workflow-git-remotes.Rmd",
"40_prompt-clone.Rmd",
"41_prompt-fork.Rmd",
"42_prompt-fork-pr-bingo.Rmd",
"43_prompt-burn-it-all-down.Rmd",
"44_prompt-practice-resets.Rmd",
"46_prompt-pull.Rmd",
"47_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"
]