Update README.md

This commit is contained in:
Sebastiaan Janssen
2012-12-19 16:00:16 +01:00
parent 0145426f4a
commit 95b34d190e
+3
View File
@@ -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: