Sha256: 78bba61f41316106ce42655a34a7b4e123fcfdcfc4adebdbb87b3a4d2f355993

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

difficulty 2
description "你在 feature 分支开发完成了,现在需要合并到 Master分支。"

setup do
	init_from_level

	`git checkout feature --quiet`
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

1 entries across 1 versions & 1 rubygems

Version Path
mygithug-0.5.1 levels/merge.rb