# File lib/grit/git.rb, line 111
def
fs_exist?
(
file
)
File
.
exist?
(
File
.
join
(
self
.
git_dir
,
file
))
end