- Install Pandoc.
git pull
this repository.- Open
.gitconfig
and append these texts to your~/.gitconfig
file, if this is your first time using this repository in the machine. If.gitconfig
file doesn't exist, create it. - [Optional] Delete
.gitconfig
file. - Add a
.docx
file, edit and commit. - Use
git wdiff CHANGEME.docx
to see the difference between this commit and last commit or usegit log -p --word-diff=color CHANGEME.docx
to see the differences between every changes.
https://blog.front-matter.io/posts/using-microsoft-word-with-git/