61 62 63 64
# File 'lib/docman/git_util.rb', line 61 def self.pull(path) Dir.chdir path exec 'git pull' end