Gazler/githug

View on GitHub
levels/clone_to_folder.rb

Summary

Maintainability
A
0 mins
Test Coverage
difficulty 1
description "Clone the repository at https://github.com/Gazler/cloneme into the folder `my_cloned_repo`."

solution do
  repo("my_cloned_repo").commit("157b2b61f29ab9df45f31c7cd9cb5d8ff06ecde4")
end

hint do
  puts "This is like the last level, `git clone` has an optional argument."
end