0 votes
in GitHub by
How do you create a copy of a lab under your own GitHub account so that you can solve the lab?

Forking it via the GitHub interface.

a) git fork

b) git clone

c) git pull-request
...