- 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
- Create a working branch.
git fetch origin
git checkout -b pr-example origin/8.0
git push antiun pr-examble
git branch -u antiun/pr-example
- Commit changes and push them.
git add <modified_file_name>
git commit -m 'Commit message'
git push antiun pr-example
- Create the pull request using this guide.
Your next commits will automatically update the pull request.