You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when generating a project, the result is a ZIP file. Instead we should have the option to commit the changes to e.g. GitHub.
Additionally, when committing directly to GitHub there should be the option to update an existing project vs. creating a new one. The difference would be that updating would skip certain resources like the pom.xml but still overwrite e.g. the JAX-RS interfaces.
The text was updated successfully, but these errors were encountered:
Right now when generating a project, the result is a ZIP file. Instead we should have the option to commit the changes to e.g. GitHub.
Additionally, when committing directly to GitHub there should be the option to update an existing project vs. creating a new one. The difference would be that updating would skip certain resources like the
pom.xml
but still overwrite e.g. the JAX-RS interfaces.The text was updated successfully, but these errors were encountered: