Method: Stool::Git_util#git_checkout

Defined in:
lib/stool/Core/Git.rb

#git_checkout(file) ⇒ Object



43
44
45
# File 'lib/stool/Core/Git.rb', line 43

def git_checkout(file)
  `git checkout #{file}`
end