Meeting 20: Unterschied zwischen den Versionen

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche
(Vorschlag für Inhalte)
(+small improvments)
Zeile 1: Zeile 1:
==About Git==
+
This evening is all about Git.
 +
 
 +
==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.
 
Git is a free & open source, distributed version control system  designed to handle everything from small to very large projects with speed and efficiency.
  
Zeile 6: Zeile 8:
 
Git was initially designed and developed by Linus Torvalds for Linux kernel development.
 
Git was initially designed and developed by Linus Torvalds for Linux kernel development.
  
==Presentations==
+
==2 Presentations==
  
 
===Git Technical Introduction===
 
===Git Technical Introduction===
Zeile 13: Zeile 15:
 
===Working with Git in Teams===
 
===Working with Git in Teams===
 
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.  
 
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.  
Finally we present further topcis:  
+
Furthermore we discuss these topics:  
 
*graphical tools
 
*graphical tools
 
*self-hosted repository management
 
*self-hosted repository management
 
*online hosting options
 
*online hosting options

Version vom 9. Oktober 2009, 05:18 Uhr

This evening is all about Git.

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

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

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