Sha256: 4d9c99648566260afddf1d36af9d48daa22eda141bd885c283b9cc011628764f
Contents?: true
Size: 389 Bytes
Versions: 12
Compression:
Stored size: 389 Bytes
Contents
difficulty 2 description "You've made some changes and want to work on them later. You should save them, but don't commit them." setup do init_from_level end solution do return false if `git stash list` !~ /stash@\{0\}/ return false if repo.status.changed.to_a.flatten.include? "lyrics.txt" true end hint do puts "It's like stashing. Try finding appropriate git command." end
Version data entries
12 entries across 12 versions & 1 rubygems