- 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
- Checkout to your working branch.
git fetch origin
git checkout origin/8.0
git checkout -b pr-example
git push antiun pr-examble
- 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.