-
Notifications
You must be signed in to change notification settings - Fork 201
Do Modifications and create Pull Request
Gonzalo Ruzafa edited this page Aug 12, 2015
·
1 revision
A Pull Request is a request for merging code that we have modified, with the main code
- First we update the remote upstream to have the last code:
$ git fetch upstream
- We generate a new branch for the modification ([branch mod]) from upstream/[origin branch]:
$ git checkout -b [branch mod] upstream/[origin branch]
- We perform the code modifications
- We make a commit, for example:
$ git commit -am 'FIX partner onchange'
- We upload the new branch:
$ git push origin [branch mod]
- From the Github web, we create the Pull Request
Odoo Argentina: Documentación, foro y mucho más en https://www.odooargentina.com
Contribuidores Principales: ADHOC SA