KurakulaHemanth / github-upload

https://lab.github.com/githubtraining/uploading-your-project-to-github
0 stars 0 forks source link

echo "# github-upload" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/KurakulaHemanth/github-upload.git git push -u origin main