stanio commented on PR #101: URL: https://github.com/apache/xalan-java/pull/101#issuecomment-1767105517
@jkesselm, if you haven't saved your previous master try restoring it to a feature branch like: ```sh git checkout -b maven-build defafee1d5c5 # It happen I have a copy of your remote locally ``` Unless automatic git-gc has kicked in already (shouldn't be that soon) it should succeed. This is a good example of why one should always create a (separate) feature branch for working on different topics, and not using `master` even in their own fork. -- 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: dev-unsubscr...@xalan.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org