From 823fdfc430b1fffd078bcd6aa45883b9729637c1 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 18 Dec 2012 10:37:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fc796fd..7b39b92b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ Restore the database to SQL Server 2012 (looking into a 2008 option!) and update Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manager). 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 And then each time you want to get the changes: + git fetch upstream .. Yes, this is a scary command line operation, don't you love it?! :-D