Open GitHub and create a repository
Next, execute a command in Gitbash
next, take update using GitHub repository URL
paste ur project and commit
Example : URL: https://github.com/C-Naresh/aspdotnet.git
Execute this command in GitBash
Next, execute a command in Gitbash
next, take update using GitHub repository URL
paste ur project and commit
Example : URL: https://github.com/C-Naresh/aspdotnet.git
Execute this command in GitBash
echo "# aspdotnet" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/C-Naresh/aspdotnet.git git push -u origin master
Now take update using this url https://github.com/C-Naresh/aspdotnet.git
Add your existing project inside folder and commit that's it...