Git Clone Set Directory

[Solved] Git Clone Set Directory | Shell - Code Explorer | yomemimo.com
Question : git clone set directory

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 set directory

Code Explorer Popular Question For Shell