Meeting 20: Unterschied zwischen den Versionen
Mikegr (Diskussion | Beiträge) (→2 Presentations) |
Mikegr (Diskussion | Beiträge) (+links to location) |
||
Zeile 2: | Zeile 2: | ||
* When: Monday, October 26th, 2009 - 7pm | * When: Monday, October 26th, 2009 - 7pm | ||
− | * Where: Freihaus HS4 | + | * Where: [http://www.wegweiser.ac.at/tuwien/hoersaal/F4.html Freihaus HS4], [http://maps.google.at/maps?q=wiedner+hauptstrasse+8,+wien&oe=utf-8&client=firefox-a&ie=UTF8&hl=de&hq=&hnear=Wiedner+Hauptstra%C3%9Fe+8-10,+Wieden+1040+Wien&ll=48.198691,16.367043&spn=0.005006,0.009645&z=17 Wiedner Hauptstraße 8] |
==What is Git?== | ==What is Git?== |
Version vom 14. Oktober 2009, 08:58 Uhr
This evening is all about Git.
- When: Monday, October 26th, 2009 - 7pm
- Where: Freihaus HS4, Wiedner Hauptstraße 8
Inhaltsverzeichnis
What is Git?
Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Every Git clone is a full-fledged repository with complete history and full revision tracking capabilities, not dependent on network access or a central server. Branching and merging are fast and easy to do.
Git was initially designed and developed by Linus Torvalds for Linux kernel development.
2 Presentations
Git Technical Introduction
- Speaker: Martin Schürrer
This presentation is about the technical background in Git. It introduces you to the way Git stores data and gives you a better understanding for your daily work with Git.
Working with Git in Teams
- Speaker: Andreas Pieber
This presentation shows the typical commands users will be using 90% of their time. We will explore the possible workflows within a team that can be centralized or distributed.
Furthermore we discuss these topics:
- graphical tools
- self-hosted repository management
- online hosting options