Git - Ignore file local
In git, you can checkout a file forever by using this command:
git update-index --skip-worktree FILENAME
For example: git update-index –skip-worktree Gemfile.lock
Tuan Tran
In git, you can checkout a file forever by using this command:
git update-index --skip-worktree FILENAME
For example: git update-index –skip-worktree Gemfile.lock