Moving Your Files to the Repository

At this point, you've cloned the part of the repository we need. Now, it's time to move your own files into the cloned repository so everything is in one place. This step ensures that your portfolio website and workshop files are ready to go.

Command

Run the following commands to move your files:

mv <source_file_or_folder> hosting-your-site/clone-this/

Explanation

What's Next?

After moving your files, the clone-this folder should now contain:

You're all set to commit and push your changes, which we’ll cover in the next step.