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: session_00/slides_0.md
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -164,8 +164,6 @@ clear # Clears the terminal screen
164
164
165
165
- UP / DOWN Arrows - Scroll backward and forwards through previous commands you’ve typed in the current session.
166
166
167
-
- F3 - Repeat the previous command.
168
-
169
167
- CTRL + C - Abort the current line you’re typing or a command that is currently executing.
170
168
171
169
@@ -181,18 +179,28 @@ clear # Clears the terminal screen
181
179
182
180
# Steps
183
181
184
-
### On Github
182
+
### I. On [Github](https://github.com/)
183
+
184
+
1. Fork the intro-to-python repo → https://github.com/sergiuHudrea/intro-to-python.
185
+
- The "Fork" icon will be situated in the top right hand corner.
186
+
- When creating the new fork, select your account as the "Owner".
187
+
2. Copy the link of your newly forked repository.
188
+
- The link should have this format: https://github.com/YOUR_GITHUB_USERNAME/intro-to-python
189
+
190
+
191
+
---
185
192
186
-
1. Fork the intro-to-python repo → https://github.com/sergiuHudrea/intro-to-python
187
193
188
-
### On Replit
194
+
### II. On [Replit](https://replit.com/)
189
195
190
-
1. Click on "Create Repl".
196
+
1. Click on "Create Repl" in the top right hand corner.
191
197
2. Select "Import from GitHub"
192
198
3. Paste link of your newly forked repo into the "GitHub URL" section.
193
199
4. Click on "Import from GitHub".
194
-
4. Check that you have access to the Shell.
195
-
5. Start Section A from exercises_0.md. Make sure you click on "Open preview", so you can see nicely formatted.
200
+
5. When loaded, click on the "Git" icon from the "Tools" section, situated in the bottom left side.
201
+
6. In the newly opened Git window, click on "Connect to GitHub" and follow the steps. Click on "Only selected repositories", select your forked repository, and then click on "Install and Authorize".
202
+
7. Open a Shell window and a second window for displaying the contents of the exercises_0.md file.
203
+
8. Start Section A from exercises_0.md. Make sure you click on "Open preview", so you can see the content nicely formatted.
0 commit comments