NareshLucky77 / 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 git@github.com:NareshLucky77/github-upload.git git push -u origin main