Skip to content

Commit

Permalink
Final few tweaks of the vs2017 tutorial and a added missing word to t…
Browse files Browse the repository at this point in the history
…he command line tutorial. Also added a period after "install it".
  • Loading branch information
ramseyjacob committed Mar 11, 2017
1 parent ef82ac1 commit ae8e903
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Reading articles & watching tutorials can help, but what comes better than actua

*Read this in other languages: [Spanish](translations/README.es.md), [Dutch](translations/README.nl.md), [Hindi](translations/README.hi.md), [Russian](translations/README.ru.md), [Japanese](translations/README.ja.md), [Vietnamese](translations/README.vn.md), [Polish](translations/README.pl.md), [Korean](translations/README.ko.md), [German](translations/README.de.md), [Simplified Chinese](translations/README.chs.md), [Traditional Chinese](translations/README.cht.md), [Greek](translations/README.gr.md).*

If you don't have git on your machine, [ install it ]( https://help.github.com/articles/set-up-git/ )
If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/).

## Fork this repository

Expand All @@ -24,7 +24,7 @@ This will create of copy of this repository in your account.

<img align="right" width="300" src="assets/clone.png" alt="clone this repository" />

Now clone this repo to your machine. Click on the clone button and then the copy to clipboard icon
Now clone this repo to your machine. Click on the clone button and then click the copy to clipboard icon

Open a terminal and run the following git command:

Expand Down
2 changes: 1 addition & 1 deletion github-desktop-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Reading articles & watching tutorials can help, but what comes better than actua

<img align="right" width="300" src="assets/fork.png" alt="fork this repository" />

If you don't have GitHub Desktop on your machine, [ install it ]( https://desktop.github.com/ )
If you don't have GitHub Desktop on your machine, [install it](https://desktop.github.com/).

## Fork this repository

Expand Down
2 changes: 1 addition & 1 deletion github-windows-vs2017-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Next, use the main navigation dropdown to open the Branches view.

**IMPORTANT:** You must change your active branch to `master` since that's the branch you want to synchronize. Changing the active branch is called `checkout`.

You can see your active branch in the bottom right corner of the Visual Studio window.
Right-click on `master` and choose `Checkout` to change your active branch. You can see your active branch in the bottom right corner of the Visual Studio window.

<img src="assets/vs2017-19-sync5.png" alt="Checkout master" />

Expand Down

0 comments on commit ae8e903

Please sign in to comment.