Sha256: 29f2e31251160282dc712edbc664c423d991008b6f877a1e8361527997ea2c52
Contents?: true
Size: 323 Bytes
Versions: 31
Compression:
Stored size: 323 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") 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
31 entries across 31 versions & 2 rubygems