I have a directory with all my coding projects.
I want to upload (correct terminology?) it to GitHub using the command line.
I have already looked at Old questi
git init git add . git commit -m "Initial commit"
After this, make a new GitHub repository and follow on-screen instructions.