Git Clone And Change The Folder Name

[Solved] Git Clone And Change The Folder Name | Shell - Code Explorer | yomemimo.com
Question : git clone and change the folder name

Answered by : james-jordan-qeu34c4sh32o

git clone repo-name folder-name

Source : https://techstacker.com/git-clone-change-folder-name/ | Last Update : Sat, 04 Sep 21

Question : change directory name on git clone

Answered by : beautiful-bear-eiwcsu3nzy17

git clone repo-url full-path-to-folder
# example
git clone [email protected]:org/repo.git /full/path/to/folder
# will clone "repo" to "/full/path/to/folder"
cd /full/path/to/folder/
git status

Source : | Last Update : Tue, 19 Jul 22

Answers related to git clone and change the folder name

Code Explorer Popular Question For Shell