composer config repositories.repo git hhttps://github.com/limitlessv/magento2_HelloWorld.git
composer require "magento2_HelloWorld"
composer update
git commit --amend --author 'FirstName LastName <[email protected]>' --no-edit
git commit --amend --reset-author
git config user.email [email protected]
git config --global user.email [email protected]
##License: This repository contains a variety of content; some developed by Limitless Virtue LLC and Shmuel Maruani, and some from third-parties. The third-party content is distributed under the license provided by those parties. The content developed by Shmuel Maruani is distributed under MIT License - see the LICENSE file for details.