Skip to content

Commit

Permalink
Added note on git rebase documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewins committed Aug 13, 2012
1 parent f319196 commit 529f132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PULL-GUIDELINES.md
Expand Up @@ -37,12 +37,16 @@ One way to do this is to, while standing on your local branch with your changes,
# Then reword the commit description to accurately depict what your commit does.
# If applicable, include any issue numbers like so: #760

For more details, see the git manual: http://git-scm.com/book/en/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages

If you are asked to modify parts of your code, work in your original branch (the one with multiple commits), and follow the above process to create a fixed single commit.

### Rebase against master

Once you have a single commit, make sure it is rebased against the latest Neo4j Master.

Git manual on rebase: http://git-scm.com/book/en/Git-Branching-Rebasing

### Run all applicable tests

Before issuing your PR, make sure that all the tests for the project you are modifying are green.
Expand Down

0 comments on commit 529f132

Please sign in to comment.