Sha256: b4e99a45bf3fd0de93c31dbb9210abd93eb100cf440e80103391c56b3698e266
Contents?: true
Size: 268 Bytes
Versions: 12
Compression:
Stored size: 268 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
12 entries across 12 versions & 1 rubygems