Skip to content

Instantly share code, notes, and snippets.

@sinri
Created February 28, 2017 13:41
Show Gist options
  • Save sinri/9e1089e2940a2cdede649d0266c9a2a5 to your computer and use it in GitHub Desktop.
Save sinri/9e1089e2940a2cdede649d0266c9a2a5 to your computer and use it in GitHub Desktop.
Gitのファイルの名前について ref: http://qiita.com/sinri/items/f831c6bad4639687a411
SinriMac:~/Codes/Leqee/erp Sinri$ touch 虚無.txt
SinriMac:~/Codes/Leqee/erp Sinri$ git status
On branch dev
Your branch is up-to-date with 'origin/dev'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
"\350\231\232\347\204\241.txt"
It took 2.41 seconds to enumerate untracked files. 'status -uno'
may speed it up, but you have to be careful not to forget to add
new files yourself (see 'git help status').
nothing added to commit but untracked files present (use "git add" to track)
SinriMac:~/Codes/Leqee/erp Sinri$
[core]
quotepath = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment