Method: Toolshed::Git#remote_update

Defined in:
lib/toolshed/git.rb

#remote_updateObject



48
49
50
51
52
53
# File 'lib/toolshed/git.rb', line 48

def remote_update
  results = Toolshed::Base.wait_for_command("git remote update #{Toolshed::Client.instance.git_quiet}")
  results[:all].each do |out|
    Toolshed.logger.info out
  end
end