After uploading code i have made a lot of changes in code .(this changes are not present in files stored in my laptop or git.) Is there a way to download a complete directory or make a pull/ push request to gihub ? Thanks in advance
After uploading code i have made a lot of changes in code .(this changes are not present in files stored in my laptop or git.) Is there a way to download a complete directory or make a pull/ push request to gihub ? Thanks in advance
I'd recommend going the github route -- you can pull/push from PythonAnywhere just like you would from your local machine.
If you absolutely need to download rather than using git, you can use the zip
command from a bash console to create an archive, download that and then unzip it locally.
note, the git method requires ssh connection, so it is only available to paid accounts
Not quite -- if you're using GitHub, you can push and pull there even from a free account. We have a specific override in place for that, and likewise for BitBucket and GitLab. Pushing/pulling directly to your own local machine would require a paid account, though.