Question
Downloading source code
I was given limited instructions from my freelance webdeveloper.
Using Windows Powershell or Visual Studio I can connect to my site using
ssh root@ip address
This takes me to the root folder. I then type in cd /pathname/ (the actual path to where my source code is stored)
This takes me to the folder where my source code is at but I do not know how to extract/export/download/copy or any other method of getting my source code. I need to make some changes and the I will need to also know how to load those changes back?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×