HI.
I am carrying out the challenges relating to the ‘Relational Database Certification’ course.
So far I have carried out the challenges locally, in order to work with greater tranquility, then copy/pasting the text files produced, one by one, onto the gitpod.
But the ‘Periodic Table Database’ challenge requires you to create a git repository.
My idea is to do the challenge locally on my PC, then copy the .git
directory, along with the other files, to the gitpod.
What is the procedure to follow to copy an entire directory (e.g.: .git
) to a project folder on gitpod?