1 / 9

Git

Git. Jonas Rüttimann 17. August 2011. Git. DVCS  (Distributed Version Control System) Übersetzt: «Depp», «Blödmann» Initiiert durch Linus Torwalds in 2005. Was ist anders als bei …?. Verteilt: jeder besitzt das ganze Repository

polly
Download Presentation

Git

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Git Jonas Rüttimann 17. August 2011

  2. Git • DVCS (Distributed Version Control System) • Übersetzt: «Depp», «Blödmann» • Initiiert durch Linus Torwalds in 2005

  3. Was ist anders als bei …? • Verteilt: jeder besitzt das ganze Repository • Fast alles läuft lokal: Commit, Branch, Revert, Show Log, etc. • Staging Area: einen Commit vorbereiten • Workflow…

  4. Centralized Workflow

  5. Integration Manager Workflow

  6. Dictator and Lieutenant Workflow

  7. Cons • Kann viel. Komplexer Workflow. Kompliziert. Schwierig zu lernen. • Leere Verzeichnisse werden nicht erfasst.

  8. Quellen • Offizielle Homepagehttp://git-scm.com/ • Git In The Trenches (Handbuch: Git im Einsatz)https://github.com/cbx33/gitt • Vorteile von Githttp://de.whygitisbetterthanx.com/

  9. GUIs • Eclipse Pluginhttp://eclipse.org/egit/ • Git Extensions http://code.google.com/p/gitextensions/ • Tortoise Git http://code.google.com/p/tortoisegit/

More Related