Update README.md

This commit is contained in:
Sebastiaan Janssen
2012-12-18 10:38:36 +01:00
parent 823fdfc430
commit ef5a2b70bf
+2 -2
View File
@@ -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