Sha256: 14d348d53be6eacdd2a2b0e35d73c632118cf67df3a2237bd773f7405a9e05db

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

difficulty 2

description "You need to pull changes from your origin repository."

setup do
  repo.init
  repo.remote_add("origin", "https://github.com/pull-this/thing-to-pull")
  system "git branch -m master"
end

solution do
  repo.commits.last.id_abbrev == "1797a7c"
end

hint do
  puts "Check out the remote repositories and research `git pull`."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
githug-0.5.1 levels/pull.rb