File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 3
3
- Class Date: THIS-DATE
4
4
- Facilitator: @TEACHER-HANDLE
5
5
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
-
19
6
## Class Resources
20
7
21
8
- [ 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
68
55
69
56
After you have completed this course, you are probably wondering where to go from here:
70
57
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.
72
59
- [ Join the open source community] ( https://github.com/open-source )
You can’t perform that action at this time.
0 commit comments