LoginSignup
27
26

More than 5 years have passed since last update.

gitで日本語ファイル名を表示する方法

Posted at

gitで日本語ファイル名を表示する方法

gitで日本語ファイル名をgit commitgit statusで表示する方法
よく忘れるので備忘録

設定内容

git config --global core.quotepath false

設定前

git status

"\346\227\245\346\234\254\350\252\236OK.xlsx"

設定後

git status

日本語OK.xls
27
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
27
26