Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JDT Core git tips

Revision as of 11:31, 27 September 2011 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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