Sha256: 273cbaa8b59cf21c59c519730ee46c832886e676a4e5ab07eb5c11beecf924a0

Contents?: true

Size: 266 Bytes

Versions: 5

Compression:

Stored size: 266 Bytes

Contents

difficulty 2
description "We have a file in the branch 'feature'; Let's merge it to the master branch"

setup do
	init_from_level
end

solution do
	File.exists?("file1")	&& File.exists?("file2")
end

hint do
  puts "You want to research the `git merge` command"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
githug-0.3.3 levels/merge.rb
githug-0.3.2 levels/merge.rb
githug-0.3.1 levels/merge.rb
githug-0.3.0 levels/merge.rb
githug-0.2.12 levels/merge.rb