Skip to content

Commit 600605a

Browse files
committed
Fixed typos
1 parent bdac782 commit 600605a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

git.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Git
3232
and master. Merge these changes in master. Which type of merge is this
3333
(fast forward or 3 way merge)? Delete the branch once merged.
3434

35-
* Create an account in [githu.com](github.com). This account will be used during
36-
the course (and beyond?). From the Github control panel create a new empty
37-
repo and create a clone in your local system called ``wc3``. Use a command
38-
to see the details of the origin of ``wc3``.
35+
* Create an account in [github.com](https://github.com). This account will be
36+
used during the course (and beyond?). From the Github control panel create
37+
a new empty repo and create a clone in your local system called ``wc3``.
38+
Use a command to see the details of the origin of ``wc3``.
3939

4040
* Change the origin of your ``wc1`` to point to your Github repository and
4141
push all your changes to this Github repo.

0 commit comments

Comments
 (0)