Skip to content

Commit

Permalink
CONTRIBUTING: Add instruction to enable git pull autorebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and jackiekazil committed Apr 29, 2022
1 parent 000cdad commit f289a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ discuss via `Matrix`_ OR via `an issue`_.
- Fork the Mesa repository.
- `Clone your repository`_ from Github to your machine.
- Create a new branch in your fork: ``git checkout -b BRANCH_NAME``
- Run ``git config pull.rebase true``. This prevents messy merge commits when updating your branch on top of Mesa main branch.
- Install an editable version with developer requirements locally: ``pip install -e .[dev]``
- Edit the code. Save.
- Git add the new files and files with changes: ``git add FILE_NAME``
Expand Down

0 comments on commit f289a00

Please sign in to comment.