You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: handson.Rmd
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This step was covered in the [Outline Section](outline.html#generate_ssh_keys_in
29
29
1. Make a top level heading with the word "#README"
30
30
31
31
- See [Markdown](markdown.html) for more information on Markdown tagging
32
-
1. After a blank line type: `This is my first GitLab repository.`
32
+
1. After a blank line type: `This is my first GitHub repository.`
33
33
1. Click the green **Commit new file** button
34
34
35
35
1. Congratulations. You've just created your first GitHub repository. Now you can see your repository -- including the three files you just created.
@@ -50,7 +50,7 @@ This step was covered in the [Outline Section](outline.html#generate_ssh_keys_in
50
50
51
51
1. Launch RStudio and create a *New Project...*
52
52
53
-
1. From the RStudio menubar: *File > New Project...* > Version Control > Git <br><figure><figcaption>Paste the GitLab repo URL (from the step above) into the *Repository URL:* field in RStudio</figcaption></figure><br>
53
+
1. From the RStudio menubar: *File > New Project...* > Version Control > Git <br><figure><figcaption>Paste the GitHub repo URL (from the step above) into the *Repository URL:* field in RStudio</figcaption></figure><br>
54
54
1. Create Project
55
55
1. You may be prompted with a message which asks if you about the "authenticity of host". I like to verify the IP number is correct; then the answer is `yes`.<br><figure></figure><br>
56
56
@@ -71,7 +71,7 @@ This step was covered in the [Outline Section](outline.html#generate_ssh_keys_in
71
71
72
72
- i.e. `## Purpose`
73
73
74
-
- After a blank line type: `This is my first Git repository. I'm going to push this file to GitLab via RStudio. Hello World.`
74
+
- After a blank line type: `This is my first Git repository. I'm going to push this file to GitHub via RStudio. Hello World.`
75
75
1. Save the changes to this file
76
76
77
77
@@ -85,13 +85,13 @@ This step was covered in the [Outline Section](outline.html#generate_ssh_keys_in
85
85
1. Click the *Push* arrow, then close, then close the commit dialogue box
1. View your changes back at GitLab: `https://gitlab.oit.duke.edu/<<your-NetID>>/test-one`
88
+
1. View your changes back at GitHub: `https://github.com/<<your-ID>>/test-one`
89
89
90
90
91
91
92
92
## Pull
93
93
94
-
The next time you open your project in RStudio the first step you should take is to *Pull* from the GitLab repo. Then make your changes, then **commit** and push. If you forget to *Pull* you may have to resolve some conflicts. For best results, get into the habit of pulling before you make edits.
94
+
The next time you open your project in RStudio the first step you should take is to *Pull* from the GitHub repo. Then make your changes, then **commit** and push. If you forget to *Pull* you may have to resolve some conflicts. For best results, get into the habit of pulling before you make edits.
0 commit comments