I have installed Git for Windows. There is both a graphical shell and a shell with CUI. I have created a repository using the graphical shell :
How do I push the code to the Git repository ? In the repository URL, I see this push URL :
git remote add origin https://github.com/suhailgupta03/Nappster.git
git push -u origin master
Can anyone please tell, how do I use this URL to push the code ? Like I have a directory named x
and I want to upload the code in that directory to the repository named Nappster
(the url for which I have give above.)