Method: GithubInterface.git_pull

Defined in:
lib/github-to-canvas/github_interface.rb

.git_pull(filepath, branch) ⇒ Object



30
31
32
# File 'lib/github-to-canvas/github_interface.rb', line 30

def self.git_pull(filepath, branch)
  self.cd_into_and(filepath, "git pull origin #{branch}")
end