Commands |
Definition |
Week Learnt |
make |
This runs local severer |
Learnt in Week 0 |
make convert |
converts Jupyter Notebook files, run this if your .ipynb files are not updating on the server. |
Learnt in Week 0 |
wsl |
lets you run a linux environment on your machine |
Learnt in Week 0 |
cd ~ |
lets you change your directory to the home directory |
Learnt in Week 0 |
cd -vscode |
Lets you change your directory to the vs code directory
| Learnt in Week 0 |
ls |
Checks all the lists in the directory |
Learnt in Week 0 |
code </td>
opens repository
| Learnt in Week 0 |
git clone < link> |
clones a repository |
Learnt in Week 0 |
|