You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we do odoo-instance update the update does not bring the latest changes of the remote repository. It happens because the command executed is a pull without the remote branch argument.
To avoid this, the script should mention what remote branch it spect to retreive:
git pull vauxoo 8.0
Or should configure previously the remote upstream using the following command:
git branch -u vauxoo/8.0
The text was updated successfully, but these errors were encountered:
When we do
odoo-instance update
the update does not bring the latest changes of the remote repository. It happens because the command executed is a pull without the remote branch argument.To avoid this, the script should mention what remote branch it spect to retreive:
Or should configure previously the remote upstream using the following command:
The text was updated successfully, but these errors were encountered: