Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Checkout Directory for Source Code

James Wallace February 8, 2016

This question is in reference to Atlassian Documentation: Checking out code

When specifying a directory to check out to, is the code checked out into a folder named after the repo IN that directory, as git usually does it?  i.e. if I have a repo named 'code', and specify a checkout directory of /var/www/, will the code end up in /var/www/code/* ?   or as /var/www/* ?

1 answer

0 votes
Mr. Wolf February 8, 2016

Hi,
if you do a

git clone https://owolf@example.com/scm/code/example.git

you will find your code in a subfolder which is named like your repository name (in this case /tmp/example) of your current directory (/tmp).

 

To checkout your Repository into another folder you can execute this : 

git clone https://owolf@example.com/scm/code/example.git /tmp/my-code

Now you will find your code in /tmp/my-code

 

Greetings,

Oliver

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events