Updated Updating pdf.js on Mozilla Central (markdown)

vyv03354 2013-04-17 16:02:04 -07:00
parent a84f619aa3
commit a6dd5aec21

@ -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