You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gilv <gi...@git.apache.org> on 2015/12/24 14:57:54 UTC

[GitHub] couchdb pull request: COUCHDB-769: Store attachments in the extern...

Github user gilv commented on the pull request:

    https://github.com/apache/couchdb/pull/361#issuecomment-167115435
  
    @rnewson : i updated master branch, then merged it with my branch and pushed the changes.
    It seems the merge is a bit weird.. can you explain me what i did wrong?
    Here is what i did:
    
    git remote -v
    origin	https://github.com/gilv/couchdb.git (fetch)
    origin	https://github.com/gilv/couchdb.git (push)
    upstream	https://github.com/apache/couchdb.git (fetch)
    upstream	https://github.com/apache/couchdb.git (push)
    
    git checkout master
    git pull upstream master
    git push
    git checkout store_attachments_external
    git fetch origin
    git merge origin/master
    
    when  i did: 
    git push origin store_attachments_external  - there was an error that i should pull before.
    so i did: 
    git pull origin store_attachments_external
    and then 
    git push origin store_attachments_external
    
    Now i see that something is wrong and there are commits that has nothing to do to my code
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---