Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4424688

Browse files
committed
Add screenies for publishing existing project
1 parent f8b53ac commit 4424688

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed
14.3 KB
Loading
19.6 KB
Loading
9.19 KB
Loading
16.7 KB
Loading
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Publishing an existing project to GitHub
22

33
1. Open a solution in Visual Studio.
4-
2. If solution is not already initialized as a Git repository, select **Add to Source Control** from the **File** menu. TODO: screenshot
5-
3. Open **Team Explorer**. TODO: screenshot
6-
4. In Team Explorer, click **Sync**. TODO: screenshot
7-
5. Click the **Publish to GitHub** button. TODO: screenshot
4+
2. If solution is not already initialized as a Git repository, select **Add to Source Control** from the **File** menu.
5+
![Add to Source Control](images/add-to-source-control.png)
6+
3. Open **Team Explorer**.
7+
![Open Team Explorer](images/open-team-explorer.png)
8+
4. In Team Explorer, click **Sync**.
9+
![Sync](images/team-explorer-sync.png)
10+
5. Click the **Publish to GitHub** button.
11+
![Publish to GitHub](images/publish-to-github.png)
812
6. Enter a name and description for the repository on GitHub.
913
7. Check the **Private Repository** box if you want to upload the repository as a private repository on GitHub. You must have a [Developer, Team or Business account](https://github.com/pricing) to create private repositories.
1014
8. Click the **Publish** button.

0 commit comments

Comments
 (0)