mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-26 18:15:48 +02:00
Updated Updating pdf.js on Mozilla Central (markdown)
parent
a84f619aa3
commit
a6dd5aec21
@ -30,6 +30,18 @@ Host hg.mozilla.org
|
|||||||
IdentityFile ~/.ssh/id_rsa
|
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
|
### Updating Steps
|
||||||
|
|
||||||
+ make sure all patches are popped off your queue
|
+ make sure all patches are popped off your queue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user