forked from jennybc/happy-git-with-r
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a child-document approach for "Make a repo on GitHub"
It's barely any shorter, but it will make it easier to keep these sections in sync in the future.
- Loading branch information
Showing
6 changed files
with
100 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ Imports: | |
bslib, | ||
downlit, | ||
fs, | ||
glue, | ||
readr, | ||
sessioninfo, | ||
xml2 | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Go to <https://github.com> and make sure you are logged in. | ||
|
||
Near "Repositories", click the big green "New" button. | ||
Or, if you are on your own profile page, click on "Repositories", then click the big green "New" button. | ||
|
||
How to fill this in: | ||
|
||
* Repository template: No template. | ||
* Repository name: <<<repository_name_text>>> | ||
* Description: <<<description_text>>> | ||
* Public. | ||
* Initialize this repository with: Add a README file. | ||
|
||
Click the big green button that says "Create repository". | ||
|
||
Now click the big green button that says "<> Code". | ||
|
||
Copy a clone URL to your clipboard. | ||
If you're taking our default advice, copy the HTTPS URL. | ||
But if you're opting for SSH, then make sure to copy the SSH URL. | ||
|
||
```{r} | ||
#| echo = FALSE, fig.align = "center", out.width = "100%", | ||
#| fig.alt = "Selecting an HTTPS vs SSH URL on GitHub" | ||
knitr::include_graphics("img/github-https-or-ssh-url-annotated.png") | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters