Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git clone set directory

git clone repo-url full-path-to-folder

# example
git clone git@github.com:org/repo.git /full/path/to/folder
# will clone "repo" to "/full/path/to/folder"
cd /full/path/to/folder/
git status
 
PREVIOUS NEXT
Tagged: #git #clone #set #directory
ADD COMMENT
Topic
Name
5+9 =