Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how will you clone the following git repository using git cli?

1) git clone https://github.com/rouissi-iheb/rouissi-iheb 
this one will create a new directory using the repository name and clone 
the project inside of it 

2) git clone https://github.com/rouissi-iheb/rouissi-iheb .
By adding the dot at the end you tell the git cli to not create a new 
directory and clone the project directly into the current directory
 
PREVIOUS NEXT
Tagged: #clone #git #repository #git
ADD COMMENT
Topic
Name
1+9 =