- 337 名前:デフォルトの名無しさん mailto:sage [2014/05/02(金) 13:03:04.92 ID:pbdRog+k]
- >>336
$ touch password.txt; git add password.txt; git commit $ git update-index --skip-worktree password.txt $ echo -n 'himitsu' > password.txt; git status On branch master nothing to commit, working directory clean とか?
|

|