Skip to content

Commit 3ce5434

Browse files
authored
Merge pull request #46 from githubtraining/update-readme
Remove unused sections of the README
2 parents 9b92001 + 5716d7e commit 3ce5434

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
- Class Date: THIS-DATE
44
- Facilitator: @TEACHER-HANDLE
55

6-
## Talk to Us!!
7-
8-
If you have a question, or need assistance during class, **please create an issue and mention @TEACHER-HANDLE**.
9-
10-
## Give Us Feedback
11-
12-
Please take a moment to complete the class survey at: SURVEY-LINK
13-
14-
## Scripts for Adding Files
15-
16-
- **Bash:** `for d in {1..6}; do touch file$d.md; git add file$d.md; git commit -m "adding file $d"; done`
17-
- **PowerShell:** `for ($d=1; $d -le 6; $d++) { Out-File file$d.md; git add file$d.md; git commit -m "adding file$d.md"; }`
18-
196
## Class Resources
207

218
- [GitHub for Developers Manual](https://githubtraining.github.io/training-manual/#/)
@@ -68,5 +55,5 @@ Please take a moment to complete the class survey at: SURVEY-LINK
6855

6956
After you have completed this course, you are probably wondering where to go from here:
7057

71-
- [GitHub Learning Lab](https://lab.github.com/): self paced courses with instant bot-assisted feedback.
58+
- [GitHub Learning Lab](https://lab.github.com/): self-paced courses with instant bot-assisted feedback.
7259
- [Join the open source community](https://github.com/open-source)

0 commit comments

Comments
 (0)