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

ETrice/Development/Repository

< ETrice‎ | Development
Revision as of 17:11, 17 January 2011 by Ts.protos.de (Talk | contribs) (New page: = Git = == Getting Started == * complete online version of the ProGIT book: http://progit.org/book/ * download git: http://git-scm.com/download * install EGit (update site): http://downloa...)

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

Git

Getting Started

GIT at Eclipse

Clone eTrice Repository

Configuration

IMPORTANT: execute in shell or git shell:

  • git config --global user.email <your email address>
  • git config --global user.name "<your user name>"

pull/push (only for committers)

  • ssh: git clone ssh://<dein commiter name>@git.eclipse.org/gitroot/etrice/org.eclipse.etrice.git
  • https: git clone https://<dein commiter name>@git.eclipse.org/gitroot/etrice/org.eclipse.etrice.git

only pull

Use from Eclipse (EGit)

  • Git Repositories View öffnen
  • Pfad des geklonten Repositories kopieren, etwa "C:\Users\hrentz\Documents\protos\Entwicklung\Projekte\protos\eTrice\eTrice-git\org.eclipse.etrice\.git"
  • Kontextmenü: Paste Repository Path
  • Kontextmenü auf dem Repository: Import Projects...
  • Projekte auswählen

dann geht es weiter mit

  • add
  • commit
  • push

Copyright © Eclipse Foundation, Inc. All Rights Reserved.