Skip to content

Commit

Permalink
Recommend a simpler interactive rebase workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 9, 2014
1 parent 63a9366 commit 2062fa1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -44,12 +44,9 @@ the latest changes from master _before_ submitting a pull request.
git pull --rebase origin master

If you are comfortable rebasing, it is also helpful to squash or delete commits
which are no longer relevant to your branch before submitting your work. For
example, to rework your last 15 commits.
which are no longer relevant to your branch before submitting your work.

git rebase -i HEAD~15

Just be careful to rebase only commits which have not already been merged into master.
git rebase -i master

# Coding conventions

Expand Down

0 comments on commit 2062fa1

Please sign in to comment.