forked from jennybc/happy-git-with-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
74 lines (62 loc) · 1.64 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
68
69
70
71
72
73
74
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-intro.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-https-pat.Rmd",
"connect-ssh-keys.Rmd",
"connect-git-github.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",
"git-basics.Rmd",
"git-commands.Rmd",
"git-branches.Rmd",
"git-remotes.Rmd",
"git-refs.Rmd",
"remote-setups-intro.Rmd",
"remote-setups-common.Rmd",
"remote-setups-equivocal.Rmd",
"workflows-intro.Rmd",
"workflows-repeated-amend.Rmd",
"workflows-push-rejected.Rmd",
"workflows-pull.Rmd",
"workflows-see-the-past.Rmd",
"workflows-fork-and-clone.Rmd",
"workflows-upstream-changes-into-fork.Rmd",
"workflows-explore-extend-pull-request.Rmd",
"workflows-make-github-repo-browsable.Rmd",
"prompt-clone.Rmd",
"prompt-fork-pr-bingo.Rmd",
"prompt-burn-it-all-down.Rmd",
"prompt-practice-resets.Rmd",
"prompt-search-github.Rmd",
"notes-intro.Rmd",
"notes-classroom-overview.Rmd",
"notes-ideas.Rmd",
"notes-bookdown-cheat-sheet.Rmd",
"appendix.Rmd",
"shell.Rmd",
"comic-relief.Rmd",
"references.Rmd"
]