Just right click on your solution and select add to source controlAdd to source control. thenThen select gitGit.
nowNow your projects has been added to a local source controllcontrol. rightRight click on one of your files and select commitCommit. then
Then enter a commit message and select commitCommit. thenThen select syncSync to syncsynchronise your project with githubGitHub. itIt requires having a git repositoyGit repository. goGo to gihubGitHub, create a new repository, copy the repository link, and add it to your remote source control server. select publish thatsSelect Publish.
That's all.