Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

change directory name on git clone

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: #change #directory #git #clone
ADD COMMENT
Topic
Name
5+9 =