You've created a new source code file which you'd like to add to your team's repository which is held on GitHub. You've done it at home rather than from your usual PC so haven't got the other source code… what is the sequence of git commands that you could run to deliver your file?

A — clone, add, commit

B — init, add, commit

C — clone, remote add, push

D — clone, add, commit, push

E — none of the above

 

Write a series of commands to create a personal forked GitHub repository from your team's central one and deliver a file to your repo.