Skip to content

Commit

Permalink
Stop numbering my files, Act Two; add connect intro
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 8, 2019
1 parent a10b5ff commit 4a570d8
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
13 changes: 7 additions & 6 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ rmd_files: [
"install-introduce-self-git.Rmd",
"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",
"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",

"20_usage-new-project-github-first.Rmd",
"21_usage-existing-project-github-first.Rmd",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions 10_connect-git-github.Rmd → connect-git-github.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# (PART) Connect Git, GitHub, RStudio {-}

# Connect to GitHub {#push-pull-github}

Objective: make sure that you can pull from and push to GitHub from your computer.
Expand Down
15 changes: 15 additions & 0 deletions connect-intro.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# (PART) Connect Git, GitHub, RStudio {-}

# Can you hear me now? {#connect-intro .unnumbered}

The next few chapters walk through some basic operations to confirm you have installed the necessary software and that the necessary connections are being made, between tools on your computer and between your computer and GitHub.

This has a lot of overlap with some basic workflows we revisit later, but the second time around (or in a live workshop), we'll spend more time explaining what's happening and why.

In [Connect to GitHub] we use Git in the shell to make sure you can clone a repo from GitHub and establish two-way communications.

In [Cache credentials for HTTPS] and [Set up keys for SSH] we present two approaches for persistently authenticating yourself with GitHub, so you don't need to provide credentials *ad nauseum*.

In [Connect RStudio to Git and GitHub] we confirm that RStudio can work with your Git installation to perform local operations and communicate with GitHub.

Hopefully you won't need it, but this part concludes with two troubleshooting chapters: [Detect Git from RStudio] and [RStudio, Git, GitHub Hell].
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4a570d8

Please sign in to comment.