Github - How do I add folders?

Hello. This question is about Github. I am trying to post folders into which I can add my js, css, and, html but can’t find a way to do this. Could someone help me with this? Many thanks.

It is much easier to work with git repository if you clone it from Github to your local machine. On your local cloned folder you can create folder structure as needed and add files. That folder structure will be created on your gihub repository ones you check in these files and push changes to github. Hope this helps. Cheers.

1 Like

git add <folder>/*
More info here:

Great! This is excellent.

1 Like