In summary;
git init
git status
git add "*"
git commit -m "Comment you want"
git remote add origin https://link
git push -u origin master
I would like to share a source with you so that you learn about Git more easily.
https://try.github.io/levels/1/challenges/1