From 95b34d190e550086913cb2d62e93a036e80b64dc Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Wed, 19 Dec 2012 16:00:16 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 32111ee1..b10e7ca1 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,12 @@ To sync your fork with this original one, you'll have to add the upstream url on And then each time you want to get the changes: git fetch upstream + git rebase upstream/master Yes, this is a scary command line operation, don't you love it?! :-D +(More info on how this works: http://robots.thoughtbot.com/post/5133345960/keeping-a-git-fork-updated) + ##Ignore your local web.config To ensure you don't accidently commit your local web.config file, you can tell git ignore any changes done to this file. Simply run the below command in git bash: