Skip to content

Commit

Permalink
Adds CONTRIBUTING instructions for pulling from upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 18, 2014
1 parent 4f1360d commit 31d6c5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -39,9 +39,11 @@ These links will get you going quickly:
# Git workflow

We try to keep a clean git history, so if it all possible, please rebase to get
the latest changes from master _before_ submitting a pull request.
the latest changes from master _before_ submitting a pull request. You'll only
need to do the first command (git remote add) once in your local checkout.

git pull --rebase origin master
git remote add upstream https://github.com/CPAN-API/metacpan-web.git
git pull --rebase upstream 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.
Expand Down

0 comments on commit 31d6c5b

Please sign in to comment.