Cd to the directory containing the file you want to push.
Then enter the following command.
git add . git commit -m 'first commit(Enter the words you want to leave as comments here)' git push origin main
That's it.
Recommended Posts