Question:What is the correct way to copying source code from GitHub server?
A Git copy https://githab.com/accounName/sourcecode.git
B Git clone https://githab.com/accounName/sourcecode.git
C Git get https://githab.com/accounName/sourcecode.
D Git install https://githab.com/accounName/sourcecode.git
+ AnswerB
+ Report