From 5f37c46bc4fbe5cd67ea7c6b4918fdd3bfafd6bf Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 6 Mar 2017 01:19:54 +0100 Subject: [PATCH] Updated Contribution Tutorial (markdown) --- Contribution-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contribution-Tutorial.md b/Contribution-Tutorial.md index 0a35132..b12788e 100644 --- a/Contribution-Tutorial.md +++ b/Contribution-Tutorial.md @@ -118,7 +118,7 @@ Add another remote repository, your fork, give it some memorable name git remote add my_fork git@github.com:username/geometry -now after running +where `username` is your username (In my case it was `awulkiew`). Now after running git remote -v