Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

odoo-instance: Update command makes pull without referencing remote branch #62

Open
ebirbe opened this issue May 28, 2016 · 0 comments
Open

Comments

@ebirbe
Copy link
Contributor

ebirbe commented May 28, 2016

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant