Sha256: d6cf9c1a5a6148e99ddabd9cd31badb9365d7a73ed83e1502c748ce56c289d00
Contents?: true
Size: 333 Bytes
Versions: 17
Compression:
Stored size: 333 Bytes
Contents
difficulty 4 description "You have been working on a branch but got distracted by a major issue and forgot the name of it. Switch back to that branch" setup do init_from_level end solution do return false unless repo.head.name == "solve_world_hunger" true end hint do puts "Ever played with the `git reflog` command?" end
Version data entries
17 entries across 17 versions & 1 rubygems