cancel
Showing results for 
Search instead for 
Did you mean: 

Confusion: Cloning the updater repository

Confusion: Cloning the updater repository

I am following the steps at http://devdocs.magento.com/guides/v2.0/install-gde/prereq/prereq_updater.html.

 

For Clone with SSH,   " cd /var/www/html" (for RHEL) then run "

git clone git@github.com:magento/magento2-updater.git

 

For Clone with HTTPS,  " cd /var/www/html" (for RHEL) then run

git clone https://github.com/magento/magento2-community-edition.git

 

Two questions need help.

1. Why the filename is different? I mean  magento2-updater.git vs magento2-community-edition.git. Is this normal?

2. No matter clone with SSH or HTTPS, can I assume the updater clone will be in directory

/var/www/html/magento2-community-edition/

 ?

 

Thanks very much for help!