21 22 23 24
# File 'lib/xcodeci/gitutils.rb', line 21 def fetch_repo %x(git fetch 2>&1) $?.exitstatus.zero? end