Tuesday, August 17, 2021

How do I clone a branch in Git?

 If you want to clone you code from DevOps using the ,cmd so steps are as below :-


Step 1:- Go to your branch and copy the clone Path(HTTPS or SSH).Use 

Step 2:- Go CMD and open your path where you want to clone your code.

Ste 3 :- Use this command git clone  <Step 1 Path>.

The full commands are as below 


 


Thank you Hope it is help you.

No comments:

Post a Comment