We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git remote add jaxb2-annotate-plugin https://github.com/highsource/jaxb2-annotate-plugin.git git fetch jaxb2-annotate-plugin --tags git merge --allow-unrelated-histories jaxb2-annotate-plugin/master
Treat merge issues (.github folder and .gitignore file) and then commit merge
git add .github .gitignore git commit
At this point, jaxb2-annotate-plugin is merged in . folder, now need to move it
mkdir annotate git mv LICENSE README.md full-build-9.bat plugin pom.xml qrelease.bat samples tests annotate/ git commit -m "mv jaxb2-annotate-plugin code to annotate" git push
The text was updated successfully, but these errors were encountered:
[#314] Merge jaxb-annotate to jaxb-tools
cee35cc
Merge pull request #315 from highsource/jt-314
5fd7b33
PR merged. Closing issue
Sorry, something went wrong.
mattrpav
No branches or pull requests
git remote add jaxb2-annotate-plugin https://github.com/highsource/jaxb2-annotate-plugin.git
git fetch jaxb2-annotate-plugin --tags
git merge --allow-unrelated-histories jaxb2-annotate-plugin/master
Treat merge issues (.github folder and .gitignore file) and then commit merge
git add .github .gitignore
git commit
At this point, jaxb2-annotate-plugin is merged in . folder, now need to move it
mkdir annotate
git mv LICENSE README.md full-build-9.bat plugin pom.xml qrelease.bat samples tests annotate/
git commit -m "mv jaxb2-annotate-plugin code to annotate"
git push
The text was updated successfully, but these errors were encountered: