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

Platform-releng/Git Workflows

< Platform-releng
Revision as of 07:24, 5 July 2011 by Pwebster.ca.ibm.com (Talk | contribs) (New page: We'd like to capture some common CVS workflows used by the Eclipse Project and spell out the git/EGit equivalent. = Clone your repo = = Start working in HEAD = = Start working in a new ...)

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

We'd like to capture some common CVS workflows used by the Eclipse Project and spell out the git/EGit equivalent.

Clone your repo

Start working in HEAD

Start working in a new branch

Create a patch

Apply a patch

Tag the mapfile for a build

Commit changes to HEAD

Update to pull in the latest changes to HEAD

Merge conflicting changes

Back to the top