Git 9
■ このスレッドは過去ログ倉庫に格納されています
0337デフォルトの名無しさん
2014/05/02(金) 13:03:04.92ID:pbdRog+k$ 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
とか?
■ このスレッドは過去ログ倉庫に格納されています