Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JDT Core git tips

This page should summarize all tips used by the JDT/Core team to get used to git.

buildnotes
in the old workflow I created a patch without updating the build notes, and made that change just before committing
  • with git creating a patch requires to commit first, so either
    • we always create patches which include the change to the buildnotes, or
    • we have to amend a commit just for the buildnotes into the main commit just before pushing to upstream.

Back to the top