Skip to content

Commit

Permalink
mention about merging upstream/devel at the end of the procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Dec 21, 2010
1 parent 99791e0 commit 8c60afd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Dancer/Development.pod
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ remove your local and remote I<pr/$name> branch:
git br -D pr/$name
git push origin :pr/$name

And then, of course, you need to sync your local devel branch with the upstream:

git pull upstream devel
git push origin devel

You're now ready to start working on a new pull request!

=back

=head1 About the releases cycle
Expand Down

0 comments on commit 8c60afd

Please sign in to comment.