From d122f395e1e1b32c99b3f8bae96de0de4d8dc5a6 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Tue, 18 Dec 2012 10:37:26 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4776f6ca..9fc796fd 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ Download the SQL Server Database from: https://dl.dropbox.com/u/3006713/our-clea Restore the database to SQL Server 2012 (looking into a 2008 option!) and update the connection string (umbracoDbDSN) in OurUmbraco.Site/web.config 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