Skip to main content
Active reading [<http://en.wikipedia.org/wiki/GitHub> <https://en.wiktionary.org/wiki/that's#Contraction>]
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

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.

Just right click on your solution and select add to source control. then select git.

now your projects has been added to a local source controll. right click on one your files and select commit. then enter a commit message and select commit. then select sync to sync your project with github. it requires having a git repositoy. go to gihub create a new repository, copy the repository link and add it to your remote source control server. select publish thats all

Just right click on your solution and select Add to source control. Then select Git.

Now your projects has been added to a local source control. Right click on one of your files and select Commit.

Then enter a commit message and select Commit. Then select Sync to synchronise your project with GitHub. It requires having a Git repository. Go to GitHub, create a new repository, copy the repository link, and add it to your remote source control server. Select Publish.

That's all.

Source Link
Hashem Aboonajmi
  • 14.1k
  • 9
  • 73
  • 83

Just right click on your solution and select add to source control. then select git.

now your projects has been added to a local source controll. right click on one your files and select commit. then enter a commit message and select commit. then select sync to sync your project with github. it requires having a git repositoy. go to gihub create a new repository, copy the repository link and add it to your remote source control server. select publish thats all