Github user bodewig commented on the pull request:

    https://github.com/apache/commons-compress/pull/3#issuecomment-151728703
  
    Don't feel forced to create a pull request just because we are using git 
now.  The established workflow of attaching a patch to JIRA is still in place.  
Whatever is more convenient to you.
    
    This repo's default branch is master now, so a fresh github clone would be 
based on the correct branch.
    
    Within the existing clone you can add a master branch that tracks our master
    
    ```
    git checkout -b master remotes/apache/master
    git push origin master -u
    ```
    
    this is assuming you have a remote named apache defined for our git 
repository and origin for your github clone of it.
    
    There are several ways you can try to merge your changes to the new master 
branch.  This ranges from simply copying over the code (the low tech version, 
that always works) to `cherry-pick`ing the commits from the COMPRESS-294 branch.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to