The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to git clone files and not the git repository name?

eiger3970
Contributor
October 14, 2015

I'm trying to clear up git cloning my remote repository to my Document Root.

Git clone makes a directory in Document Root with the name of the remote repository, and then the files like index.html.

I need a git clone that pulls the remote files like index.html straight into the Document Root and doesn't add the remote repository name.

E.g. Document/Root/index.html correct. Document/Root/remoteRepositoryName/index.html wrong, but is what git clone does.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Ben Humphreys
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 14, 2015

To clone into the current directory, instead of creating one, try adding a period after the clone command. For example:

git clone <clone url> .

However note the current directory MUST be empty.

TAGS
AUG Leaders

Atlassian Community Events