Skip to content

Commit

Permalink
Update hacking for proper rebase technique.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitechie committed May 26, 2014
1 parent 9b592a5 commit 8043c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The recommended pattern would be to
# Then check back out your feature branch and sync it with your new local
# develop.
git checkout {featureBranch}
git sync-trunk
git rebase develop

You should see messages for each landed branch getting rebased into your work.

Expand Down

0 comments on commit 8043c96

Please sign in to comment.