Getting your folder or file to github can be a bit of an off vibe due to the many steps especially if it's your first commit, but getting these steps right will make it easy for the other folders or files you will push afterwards.Let’s dive in

Depending on the OS you are using you can use Git Bash or the Terminal. For Linux which is what I am using I will use the Terminal

First Step

Start by creating a folder in the terminal:

mkdir your project folder name.