From a6dd5aec2163f8a1489ddaff702b4cba1bc3b3ec Mon Sep 17 00:00:00 2001 From: vyv03354 Date: Wed, 17 Apr 2013 16:02:04 -0700 Subject: [PATCH] Updated Updating pdf.js on Mozilla Central (markdown) --- Updating-pdf.js-on-Mozilla-Central.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Updating-pdf.js-on-Mozilla-Central.md b/Updating-pdf.js-on-Mozilla-Central.md index b28ebd4..cefe22b 100644 --- a/Updating-pdf.js-on-Mozilla-Central.md +++ b/Updating-pdf.js-on-Mozilla-Central.md @@ -30,6 +30,18 @@ Host hg.mozilla.org IdentityFile ~/.ssh/id_rsa ``` ++ Setup Git + + Make sure your account's default identity is set. +``` +git config --global user.email "you@example.com" +git config --global user.name "Your Name" +``` + + + On Windows, make sure automatic line endings conversion is turned off. +``` +git config --global core.autocrlf false +``` + ### Updating Steps + make sure all patches are popped off your queue