-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Carlos Escribano edited this page Jun 24, 2020
·
1 revision
This plugin is developed and maintained by Magently in a fork.
To publish a new version, their repo must be configured as a new remote in your local copy of the main repo.
$ git remote add magently https://github.com/magently/doofinder-magento2-es-compat.git
$ git remote -v
magently https://github.com/magently/doofinder-magento2-es-compat.git (fetch)
magently https://github.com/magently/doofinder-magento2-es-compat.git (push)
origin [email protected]:doofinder/doofinder-magento2-es-compat.git (fetch)
origin [email protected]:doofinder/doofinder-magento2-es-compat.git (push)
Notice: We're not going to push changes to the magently
remote but won't do anything special to disable pushing for it.
# fetch tags from magently repo
$ git fetch --tags magently
# push tags to origin
$ git push --tags origin