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

Orion/Documentation/User Guide/Tasks/Working with Git

< Orion‎ | Documentation‎ | User Guide
Revision as of 15:47, 17 October 2012 by Unnamed Poltroon (Talk) (Cloning a Repository)

Working with Git

Cloning a Repository

  1. Go to the Repositories page
  2. Click Clone Repository in the tool bar.
  3. Type or paste in the URL for the repository in the prompt.
    1. By default, a folder will be created using the name of the Git repository. Press Enter or click Submit to get the default folder.
    2. Click the <More> button in the prompt if you wish to provide a different name or clone the repository into an already existing folder.
    3. Press the Esc key to cancel the clone if you change your mind.

Clone a repository

Committing Changes

Fetching and Merging from a Remote

Pushing to a Remote

Working with Branches

Rebasing Changes

Making a Patch

Applying a Patch

Finding a Commit

Preparing a Code Contribution for Review

Reviewing a Code Contribution

Storing Credentials

Comparing Changes in the Repository History

Back to the top