From ef5a2b70bf153791df6cc53b93fd4b9c4723f1d2 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 18 Dec 2012 10:38:36 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b39b92b..0c29cfe6 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manage To sync your fork with this original one, you'll have to add the upstream url once: -git remote add upstream git://github.com/umbraco/OurUmbraco.git +*git remote add upstream git://github.com/umbraco/OurUmbraco.git* And then each time you want to get the changes: -git fetch upstream +*git fetch upstream* .. Yes, this is a scary command line operation, don't you love it?! :-D