Chinese Output in Git Commands
January 17, 2024
tags: deveff, git, config, text,
Better Handling of Chinese in Git Commands
Two settings help:
- core.quotepath = offin gitconfig will disable the quoting for Chinese charactors.
- using -zin gst can do similar thing
Jason Ge 葛俊