Step-by-step instructions
Let us assume you want to submit solutions for Challenge 002 and your Github user name is joe-blog.
If you are submitting the solution for the first time then you have to fork the repository by clicking the “Fork” button in the top right corner and should have repository e.g.
https://github.com/joe-blog/perlweeklychallenge-club.
Go to your favourite terminal and clone your repository.
$ git clone
https://github.com/joe-blog/perlweeklychallenge-clubCreate a new branch for the solution.
$ git checkout -b new-branch
////