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
1. Open Git BashNext, 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
Go to your project folder location
Example:
/d/p/naresh → here
d = drivep = foldernaresh = project folder
Run:
cd /d/p/naresh
Below to continue
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...