Differences

This shows you the differences between two versions of the page.

Link to this comparison view

app:git:start [2010/08/07 18:52]
andreas.haerter
app:git:start [2011/05/12 17:51]
Line 1: Line 1:
-====== Git Version Control System ====== 
-[[wp>​Git_(software)|Git]] is a powerful and //fast// Open Source [[wp>​Distributed_revision_control_system|distributed revision control system]]. It is probably able to solve most of your organizational problems and makes sharing and merging source code easy. If you are searching for a version control system (VCS) to keep track of your software projects,​((Git is useful for "​common"​ files, configurations and documents too. But the common use case is to help software developers managing their projects)) give it a try. 
  
-You may have a look at the following talks to estimate if Git would be a useful tool for you: 
- 
-<WRAP column 460px> 
-**Google Tech Talk: [[wp>​Linus_Torvalds|Linus Torvalds]] on git (2007-05-03)** 
-{{youtube>​4XpnKHJAok8?​medium}} 
-</​WRAP>​ 
- 
-<WRAP column> 
-**Git -- a Talk by [[wp>​Randal_L._Schwartz|Randal Schwartz]] (2007-10-12)** 
-{{googlevideo>​-3999952944619245780}} 
-</​WRAP>​ 
-<WRAP clear></​WRAP>​\\ ​ 
- 
-Another important point why you may want to learn and use Git is the fact, that it is used by //many// Open Source projects. If you want to improve and influence your favorite applications through contributing patches, your (feasible) Git or unified diff patch is more likely to get applied. If you provide something else which people are less familiar with or which needs more work to put into a patch, your chances are much lower. This is simply how things work in Open Source development in general. 
- 
- 
- 
-===== Installation ===== 
- 
-==== Ubuntu ==== 
-=== 6.06 Dapper and above === 
-Simply [[:​os:​ubuntu:​package-management:​package-management-cli|install]] the following package(s): 
-  * ''​[[apt>​git-core]]''​ //(main)// 
- 
-There are some additional packages, providing special functionality:​ 
-  * ''​[[apt>​git-doc]]''​ //(main)// -- offline documentation,​ accessible via ''/​usr/​share/​doc/​git-doc/​index.html'' ​ 
-  * ''​[[apt>​git-svn]]''​ //(main)// -- Tools to use Git locally on your machine (useful if you are forced to work in an Subversion/​SVN environment) 
-  * ''​[[apt>​git-cvs]]''​ //(main)// -- Tools to use Git locally on your machine (useful if you are forced to work in an CVS environment) 
-  * ''​[[apt>​git-gui]]''​ //​(universe)//​ -- simple GUI (Tk based) for most every day Git task. You can start it via ''​git gui''​. A look at its man page is helpful. 
- 
-After installation,​ Git is available via terminal: ''​git''​ 
- 
- 
- 
-===== Usage ===== 
-Git is too powerful and cool to describe its usage in a short and useful way here. Additionally,​ there are really good resources about "using Git" out there. Reserve a weekend for diving into the topic and have a look at: 
-  * The books listed at "​[[.:​start#​further_reading|Further reading]]"​. Some of them are available online at no charge. :-) 
-  * [[http://​hoth.entp.com/​output/​git_for_designers.html|Git for Designers]] -- introduction on the assumption the person has no previous knowledge about Source Code Management (SCM) 
-  * [[http://​www.gitcasts.com/​|GitCasts]] provides many Git screencasts. 
-  * The videos/​talks mentioned above. 
-  * [[http://​git-scm.com/​course/​svn.html|Git - SVN Crash Course]] -- might be helpful if you're coming from the SVN world. 
- 
- 
- 
-===== Further Reading ===== 
-  * [[http://​progit.org/​book/​|Scott Chacon - Pro Git]] (ISBN 978-1-43021-833-3) -- <wrap tip>You can read it online **for free**</​wrap>​ (CC licensed). Translations are also available (e.g. German). 
-  * [[http://​www.pragprog.com/​titles/​tsgit/​pragmatic-version-control-using-git|Travis Swicegood - Pragmatic Version Control Using Git]] (ISBN 978-1-93435-615-9) 
-  * [[http://​www.amazon.com/​Version-Control-Git-collaborative-development/​dp/​0596520123|Jon Loeliger - Version Control with Git]] (ISBN 978-0-59652-012-0) 
-  * [[http://​www-cs-students.stanford.edu/​~blynn/​gitmagic/​index.html|Ben Lynn - Git Magic]] (ISBN 978-1-45152-334-8) -- <wrap tip>You can read it online **for free**</​wrap>​ (GPL licensed). Translations are also available (e.g. Spanish). 
- 
- 
- 
-===== See also ===== 
-  * [[..:​openssh:​start]] -- It is common to provide secure write/push access to remote Git repositories by SSH only. 
- 
- 
- 
-===== Weblinks ===== 
-**General** 
-  * [[http://​git-scm.com/​|Official Git SCM project page]] 
-  * [[wp>​Git_(software)|Git]] 
-  * [[http://​github.com|GitHub]] -- Git repository hosting service, public Open Source repositories are free of charge. 
-  * [[http://​www.gitorious.org/​|Gitorious]] -- Git repository hosting service, public Open Source repositories are free of charge. 
- 
-**Others** 
-  * [[http://​kerneltrap.org/​mailarchive/​git/​2008/​12/​5/​4327894|Re:​ why not preserve file permissions?​]] -- Very clear and informative answer about the question why Git does not track most file permissions. 
- 
-{{tag>​application git}} 
Print/export
QR Code
QR Code app:git:start (generated for current page)
Languages