SlideShare a Scribd company logo
1 of 9
Download to read offline
X




FHP WS11/12   Programme Entwerfen   Max Tillich (ID, 1. Semester)
Probleme

•   “Sketch aus Versehen gelöscht”

•   “Vorhin hat es noch funktioniert”

•   Im team coden: Dropbox? Email? ???
Lösung
git what?
•   Source Code Management (SCM)

•   Erfunden von Linus Torvalds (Linux)

•   Industriestandard:

    •   Für Teams von 1 - ∞ Mitgliedern

        •   Google, Apple, Facebook - Start-Ups, Kleine Firmen -
            Freelancer

    •   Produktiv zusammenarbeiten

    •   Gemeinsame Fehlersuche

    •   Qualitätskontrolle

    •   “Open Source” - Teilen
Lösung-Lösung




    github.com
•   Code hosten

•   Code teilen

•   Code dokumentieren

•   Code Versionierung

•   Code “recyclen” - Forks!
Processing x Git
Processing x Git
Processing x Git

More Related Content

More from Max Tillich

Parasitäres Wohnen (Parasitic Architecture and Living)
Parasitäres Wohnen (Parasitic Architecture and Living)Parasitäres Wohnen (Parasitic Architecture and Living)
Parasitäres Wohnen (Parasitic Architecture and Living)Max Tillich
 
(from 2014) Frauen im Interaktionsdesign (Women in interaction design)
(from 2014) Frauen im Interaktionsdesign (Women in interaction design)(from 2014) Frauen im Interaktionsdesign (Women in interaction design)
(from 2014) Frauen im Interaktionsdesign (Women in interaction design)Max Tillich
 
UI Design in aktuellen Fahrzeugen auf dem Markt
UI Design in aktuellen Fahrzeugen auf dem MarktUI Design in aktuellen Fahrzeugen auf dem Markt
UI Design in aktuellen Fahrzeugen auf dem MarktMax Tillich
 
MVP (Minimum Viable Product)
MVP (Minimum Viable Product)MVP (Minimum Viable Product)
MVP (Minimum Viable Product)Max Tillich
 
A high level introduction to OpenCV
A high level introduction to OpenCVA high level introduction to OpenCV
A high level introduction to OpenCVMax Tillich
 
Smart Cities (German)
Smart Cities (German)Smart Cities (German)
Smart Cities (German)Max Tillich
 

More from Max Tillich (7)

Parasitäres Wohnen (Parasitic Architecture and Living)
Parasitäres Wohnen (Parasitic Architecture and Living)Parasitäres Wohnen (Parasitic Architecture and Living)
Parasitäres Wohnen (Parasitic Architecture and Living)
 
(from 2014) Frauen im Interaktionsdesign (Women in interaction design)
(from 2014) Frauen im Interaktionsdesign (Women in interaction design)(from 2014) Frauen im Interaktionsdesign (Women in interaction design)
(from 2014) Frauen im Interaktionsdesign (Women in interaction design)
 
UI Design in aktuellen Fahrzeugen auf dem Markt
UI Design in aktuellen Fahrzeugen auf dem MarktUI Design in aktuellen Fahrzeugen auf dem Markt
UI Design in aktuellen Fahrzeugen auf dem Markt
 
MVP (Minimum Viable Product)
MVP (Minimum Viable Product)MVP (Minimum Viable Product)
MVP (Minimum Viable Product)
 
A high level introduction to OpenCV
A high level introduction to OpenCVA high level introduction to OpenCV
A high level introduction to OpenCV
 
Uncloud
UncloudUncloud
Uncloud
 
Smart Cities (German)
Smart Cities (German)Smart Cities (German)
Smart Cities (German)
 

Processing x Git

  • 1. X FHP WS11/12 Programme Entwerfen Max Tillich (ID, 1. Semester)
  • 2. Probleme • “Sketch aus Versehen gelöscht” • “Vorhin hat es noch funktioniert” • Im team coden: Dropbox? Email? ???
  • 4. git what? • Source Code Management (SCM) • Erfunden von Linus Torvalds (Linux) • Industriestandard: • Für Teams von 1 - ∞ Mitgliedern • Google, Apple, Facebook - Start-Ups, Kleine Firmen - Freelancer • Produktiv zusammenarbeiten • Gemeinsame Fehlersuche • Qualitätskontrolle • “Open Source” - Teilen
  • 5. Lösung-Lösung github.com
  • 6. Code hosten • Code teilen • Code dokumentieren • Code Versionierung • Code “recyclen” - Forks!