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

Version Path
githug-0.3.3 levels/find_old_branch.rb
githug-0.3.2 levels/find_old_branch.rb
githug-0.3.1 levels/find_old_branch.rb
githug-0.3.0 levels/find_old_branch.rb
githug-0.2.12 levels/find_old_branch.rb
githug-0.2.11 levels/find_old_branch.rb
githug-0.2.10 levels/find_old_branch.rb
githug-0.2.9 levels/find_old_branch.rb
githug-0.2.8 levels/find_old_branch.rb
githug-0.2.7 levels/find_old_branch.rb
githug-0.2.6 levels/find_old_branch.rb
githug-0.2.5 levels/find_old_branch.rb
githug-0.2.4 levels/find_old_branch.rb
githug-0.2.3 levels/find_old_branch.rb
githug-0.2.2 levels/find_old_branch.rb
githug-0.2.1 levels/find_old_branch.rb
githug-0.2.0 levels/find_old_branch.rb