Skip to main content
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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.