Copy Remote Files For Debugging¶
Sometimes, you might want to check out files from the curriculum site on your local machine. An easy way to copy over SSH is the following command. In this case, we want to investigate a preloaded yaml file (generated by the python manage.py buildworkshop --name git
command):
1 |
|
If you want to make a copy of the current database for inspection, this is also a handy command:
1 |
|