Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 201 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 201 Bytes

Contributing

How to detect default command property

defaults read > before.js

# Change settings on GUI

defaults read > after.js
diff before.js after.js
# Recommend using colordiff