Meeting 20: Unterschied zwischen den Versionen

Aus Java Student User Group Austria - Java + JVM in Wien Österreich / Vienna Austria
Wechseln zu: Navigation, Suche
(Git Technical Introduction)
(iGccePVmkmdIQh)
Zeile 1: Zeile 1:
[[Bild:Git-logo.png|thumb|Git Logo]]
+
Essays like this are so important to broadening popele's horizons.
[[Bild:Egit2.png|thumb|Egit Logo]]
 
[[Bild:Octocat stroked.png|thumb|GitHub]]
 
 
 
This evening is all about Git.
 
 
 
* When: Monday, October 26th, 2009 - 7pm
 
* 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]
 
 
 
*[http://doodle.com/nrcyenrff9ebyvan Please confirm your attendance to allow us better planning]
 
 
 
==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.
 
 
 
*[http://git-scm.com/ Git Homepage]
 
*[http://www.youtube.com/watch?v=4XpnKHJAok8 Tech Talk: Linus Torvalds on git]
 
 
 
==2 Presentations==
 
 
 
===Git Technical Introduction===
 
*Speaker: [[Benutzer:Mikegr|Michael Greifeneder]]
 
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===
 
[[Media:GitInPractise.zip|Slides and Resources]]
 
*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
 
 
 
==Further Resources==
 
===Presentation===
 
*[http://www.slideshare.net/chacon/getting-git Getting Git by Scott Chacon on Slideshare]
 
===Cheat sheets===
 
*[http://git.or.cz/gitwiki/GitCheatSheet Cheat sheet 1]
 
*[http://jan-krueger.net/development/git-cheat-sheet-extended-edition Cheat sheet 2]
 
*[http://cheat.errtheblog.com/s/git Cheat sheet 3]
 
===Books===
 
*[http://progit.org/book/ Pro Git]
 
*[http://book.git-scm.com/ Git Community Book]
 
===Web sites===
 
*[http://whygitisbetterthanx.com Why Git is Better than X]
 

Version vom 9. November 2012, 07:30 Uhr

Essays like this are so important to broadening popele's horizons.