Thứ Tư, 29 tháng 11, 2017

Fix bug Encoding 

Find all file: grep -rl $'\xEF\xBB\xBF' .

1. # vim file.xml
:set nobomb
x
:wq

2. Notepad ++:
Save UTF-8 without BOM

Thứ Tư, 1 tháng 11, 2017

Git - export modified & added files

git archive -o update.zip HEAD $(git diff-tree -r --no-commit-id --name-only --diff-filter=ACMRT ce4cb70)