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: 

git clone or git init has 2 different paths?

eiger3970
Contributor
October 13, 2015

Hello, I need some clarification on the local git repository path being

/local/path/to/computer

or

/local/path/to?


When I set up a new remote repository, the instructions are something like /local/path/to/computer$ git init > git add origin, etc.
However, when I /local/path/to/computer$ git clone https://bitbucket, the local repository is in /local/path/to/computer.
The difference is with a git origin the local path is /local/path/to. However with git clone the local path is /local/path/to/computer.
These 2 paths confuse the 2 options for pulling files from the remote repository.
Is there a best practice or better way to pull, so both options set the download to /local/path/to/computer.

I think this has really confused my learning process.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Tim Crall
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 14, 2015

"git init" turns your current directory into a git repo

"git clone" creates a new directory named after the repo in your current directory and clones the repo there

TAGS
AUG Leaders

Atlassian Community Events