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

Version Path
mygithug-0.5.1 levels/pull.rb
githug-0.5.0 levels/pull.rb
githug-0.4.8 levels/pull.rb
githug-0.4.7 levels/pull.rb
githug-0.4.6 levels/pull.rb
githug-0.4.5 levels/pull.rb
githug-0.4.4 levels/pull.rb
githug-0.4.3 levels/pull.rb
githug-0.4.2 levels/pull.rb
githug-0.4.1 levels/pull.rb
githug-0.4.0 levels/pull.rb
githug-0.3.5 levels/pull.rb
githug-0.3.4 levels/pull.rb
githug-0.3.3 levels/pull.rb
githug-0.3.2 levels/pull.rb
githug-0.3.1 levels/pull.rb
githug-0.3.0 levels/pull.rb
githug-0.2.12 levels/pull.rb
githug-0.2.11 levels/pull.rb
githug-0.2.10 levels/pull.rb