Skip to content

Commit e9a8f0c

Browse files
committed
expunging some gitlab text
1 parent d74c7ac commit e9a8f0c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

handson.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This step was covered in the [Outline Section](outline.html#generate_ssh_keys_in
2929
1. Make a top level heading with the word "#README"
3030

3131
- 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.`
3333
1. Click the green **Commit new file** button
3434

3535
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
5050
5151
1. Launch RStudio and create a *New Project...*
5252

53-
1. From the RStudio menubar: *File > New Project...* > Version Control > Git <br><figure>![](images/project_version_git.png)<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>![](images/project_version_git.png)<figcaption>Paste the GitHub repo URL (from the step above) into the *Repository URL:* field in RStudio</figcaption></figure><br>
5454
1. Create Project
5555
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>![](images/yes.png)</figure><br>
5656

@@ -71,7 +71,7 @@ This step was covered in the [Outline Section](outline.html#generate_ssh_keys_in
7171

7272
- i.e. `## Purpose`
7373

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.`
7575
1. Save the changes to this file
7676

7777

@@ -85,13 +85,13 @@ This step was covered in the [Outline Section](outline.html#generate_ssh_keys_in
8585
1. Click the *Push* arrow, then close, then close the commit dialogue box
8686
<br><figure>![](images/commit_push.png)</figure><br>
8787

88-
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`
8989

9090
&nbsp;
9191

9292
## Pull
9393

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.
9595

9696
<br><figure>![](images/git_push_pull.png)</figure><br>
9797

index.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ output:
1313
- [Prerequisites](outline.html#prerequisites)
1414

1515
1. [Hands-On](handson.html)
16-
17-
- We use Duke's GitLab
18-
1916
1. [Markdown](markdown.html)
2017
1. [Resources](resources.html)
2118

0 commit comments

Comments
 (0)