Tips

Diff per word or character

git diff --color-words
git diff --color-words=.

Synchronize Between Clones

git config --local receive.denyCurrentBranch updateInstead

It also requires the remote clone working directory is clean.

Display Unicode Path

git config --global core.quotepath off

Index