Skip to content

Instantly share code, notes, and snippets.

View antespi's full-sized avatar

Antonio Espinosa antespi

View GitHub Profile
@JavierIniesta
JavierIniesta / howto_PR_OCA.md
Last active October 23, 2015 13:43
How to create a PR to OCA

How to create a PR to OCA

  • Create a fork using this guide.
  • Clone the project.
git clone https://github.com/OCA/web.git
  • Add the remote to your fork.
git remote add antiun https://github.com/Antiun/web.git