Github user olamy commented on the pull request:
https://github.com/apache/archiva/pull/16#issuecomment-112400314
@ebarboni
vi .git/config
add those lines
[remote "github"]
url = https://github.com/apache/archiva.git
fetch = +refs/heads/*:refs/remotes/github/*
fetch = +refs/pull/*/head:refs/pull/upstream/*
git fetch github
git checkout pr/16
test it
then git checkout master
git merge pr/16
then git push origin master
if origin is the apache git
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---