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

Difference between revisions of "Orion/Documentation/User Guide/Tasks/Working with Git"

(New page: = Working with Git = == Cloning a Repository == == Committing Changes == == Fetching and Merging from a Remote == == Pushing to a Remote == == Working with Branches == == Rebasing Ch...)
 
Line 2: Line 2:
  
 
== Cloning a Repository ==
 
== Cloning a Repository ==
 +
# Go to the [[Orion/Documentation/User Guide/Reference/Repositories page|Repositories page]]
 +
# Click <b>Clone Repository</b> in the tool bar.
 +
# Type or paste in the URL for the repository in the prompt. 
 +
## By default, a folder will be created using the name of the Git repository.  Press Enter or click <b>Submit</b> to get the default folder. 
 +
## Click the <More> button if you wish to provide a different name or clone the repository into an already existing folder.
 +
## Press the Esc key to cancel the clone if you change your mind.
  
 
== Committing Changes ==
 
== Committing Changes ==

Revision as of 15:44, 17 October 2012

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 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.

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