uschindler commented on pull request #62: URL: https://github.com/apache/lucene-site/pull/62#issuecomment-1021111198
Hi, it looks like the push was not migrated to the Apache Gitbox. On Apache's server, the branches you deleted were already there. I cleaned all up manually. You should better push NOT to Github, but to Apache's GIT server. The general workflow for pull requests is: - Fork the github repository to your local account - Also add another remote to your local checkout that points to Apache's Git server gitbox.apache.org - Create branches and so on and open pull requests using your own fork. - Once PRs are merged yo can switch your local repository to the Apache's main and merge from there and push directly to apache (website) Some additional info for code changes in our main repo: For standard backports (e.g. main to branch_9x) the way to do this is: Checkout/switch to the target branch (e.g., branch_9x) on your local checkout and then cherry-pick the commin on main branch. Don't merge! After that push branch to ASF git server. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
