-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
First, I installed Magento 2 with sample data by cloning from git:
git clone https://github.com/magento/magento2.git /var/www/html
cd /var/www/html && composer install
git clone https://github.com/magento/magento2-sample-data.git
cd magento2-sample-data/dev/tools
php -f build-sample-data.php -- --ce-source="/var/www/html"
cd /var/www/html
php bin/magento setup:upgrade
Then it's working. However, when i go to Stores > Configuration > Design, i just see: Search Engine Robots and my Magento version is 2.0.0
After that, i setup a new Magento website with a package from https://www.magentocommerce.com/download
And i got more functions in that Design page: Design Theme, HTML Head, Header, Footer,.... with Magento's version is 2.0.4
So what is the current version Magento on Git?
And how can i change my theme in Git version?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels